Skip to content

Commit aa3c905

Browse files
aaronjensentimdorr
authored andcommitted
Fix type of initialIndex (#4405)
1 parent d778360 commit aa3c905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-website/modules/api/MemoryRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An array of `location`s in the history stack. These may be full-blown location o
2323
</MemoryRouter>
2424
```
2525

26-
## initialIndex: array _`<MemoryRouter>`_ {id=memoryrouter.initialindex}
26+
## initialIndex: number _`<MemoryRouter>`_ {id=memoryrouter.initialindex}
2727

2828
The initial location's index in the array of `initialEntries`.
2929

0 commit comments

Comments
 (0)