Skip to content

Commit e98e4e0

Browse files
authored
Fix typo in initialEntries description
1 parent 1ba6073 commit e98e4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)