Skip to content

Commit e254133

Browse files
authoredAug 11, 2023
[Docs] Fix typo in Navigate docs (#10782)
1 parent a0da745 commit e254133

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- AchThomas
66
- adamdotjs
77
- adil62
8+
- adrienharnay
89
- afzalsayed96
910
- Ajayff4
1011
- akamfoad

‎docs/hooks/use-navigate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The `navigate` function has two signatures:
5454

5555
## `options.replace`
5656

57-
Specifying `replace: true` will cause the navigation will replace the current entry in the history stack instead of adding a new one.
57+
Specifying `replace: true` will cause the navigation to replace the current entry in the history stack instead of adding a new one.
5858

5959
## `options.state`
6060

0 commit comments

Comments
 (0)
Please sign in to comment.