Skip to content

Commit 0f86bb3

Browse files
sgalhsmachour
andauthored
docs(routers/create-memory-router): fix typos (#10159)
Co-authored-by: Mehdi Achour <[email protected]>
1 parent df97043 commit 0f86bb3

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
@@ -158,6 +158,7 @@
158158
- sanketshah19
159159
- senseibarni
160160
- sergiodxa
161+
- sgalhs
161162
- shamsup
162163
- shihanng
163164
- shivamsinghchahar

docs/routers/create-memory-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ new: true
55

66
# `createMemoryRouter`
77

8-
Instead of using the browsers history a memory router manages it's own history stack in memory. It's primarily useful for testing and component development tools like Storybook, but can also be used for running React Router in any non-browser environment.
8+
Instead of using the browser's history, a memory router manages its own history stack in memory. It's primarily useful for testing and component development tools like Storybook, but can also be used for running React Router in any non-browser environment.
99

1010
```jsx lines=[2-3,24-27]
1111
import {

0 commit comments

Comments
 (0)