Skip to content

Commit 1fa73a9

Browse files
authored
Fix typo in initialEntries description (#9296)
1 parent ce90687 commit 1fa73a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
- timdorr
101101
- TkDodo
102102
- tkindy
103+
- tlinhart
103104
- turansky
104105
- tyankatsu0105
105106
- underager

docs/routers/create-memory-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function createMemoryRouter(
6161

6262
## `initialEntries`
6363

64-
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.)
64+
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.)
6565

6666
```tsx
6767
createMemoryRouter(routes, {

0 commit comments

Comments
 (0)