Skip to content

Commit 193bd45

Browse files
authored
docs: Fixed pathname typo (#8487)
1 parent fceae42 commit 193bd45

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
@@ -19,3 +19,4 @@
1919
- shivamsinghchahar
2020
- timdorr
2121
- turansky
22+
- thisiskartik

docs/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ Like `useSearchParams`, `useLocation` returns a location that tells us informati
698698
699699
```js
700700
{
701-
pathame: "/invoices",
701+
pathname: "/invoices",
702702
search: "?filter=sa",
703703
hash: "",
704704
state: null,

0 commit comments

Comments
 (0)