Skip to content

Commit

Permalink
Fix typo in initialEntries description (#9296)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinhart committed Sep 19, 2022
1 parent ce90687 commit 1fa73a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -100,6 +100,7 @@
- timdorr
- TkDodo
- tkindy
- tlinhart
- turansky
- tyankatsu0105
- underager
Expand Down
2 changes: 1 addition & 1 deletion docs/routers/create-memory-router.md
Expand Up @@ -61,7 +61,7 @@ function createMemoryRouter(

## `initialEntries`

The initial entires in the history stack. This allows you to start a test (or an app) with multiple locations already in the history stack (for testing a back navigation, etc.)
The initial entries in the history stack. This allows you to start a test (or an app) with multiple locations already in the history stack (for testing a back navigation, etc.)

```tsx
createMemoryRouter(routes, {
Expand Down

0 comments on commit 1fa73a9

Please sign in to comment.