Skip to content

Commit c9e6681

Browse files
authored
Docs: Fix typo in getting-started > concepts (#8888)
* docs: fix small typo in getting-started > concepts * Sign CLA: add tanayv to contributors.yml
1 parent 2058362 commit c9e6681

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
@@ -53,6 +53,7 @@
5353
- shihanng
5454
- shivamsinghchahar
5555
- thisiskartik
56+
- tanayv
5657
- ThornWu
5758
- timdorr
5859
- tkindy

docs/getting-started/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The last two, `{ state, key }`, are React Router specific.
171171

172172
**Location Pathname**
173173

174-
This is the part of [URL](#url) after the origin, so for `https://example.com/teams/hotspurs` the pathname is `/teams/hostspurs`. This is the only part of the location that routes match against.
174+
This is the part of [URL](#url) after the origin, so for `https://example.com/teams/hotspurs` the pathname is `/teams/hotspurs`. This is the only part of the location that routes match against.
175175

176176
**Location Search**
177177

0 commit comments

Comments
 (0)