Skip to content

Commit

Permalink
docs: Fixed pathname typo (#8487)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskartik committed Dec 15, 2021
1 parent fceae42 commit 193bd45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -19,3 +19,4 @@
- shivamsinghchahar
- timdorr
- turansky
- thisiskartik
2 changes: 1 addition & 1 deletion docs/getting-started/tutorial.md
Expand Up @@ -698,7 +698,7 @@ Like `useSearchParams`, `useLocation` returns a location that tells us informati
```js
{
pathame: "/invoices",
pathname: "/invoices",
search: "?filter=sa",
hash: "",
state: null,
Expand Down

0 comments on commit 193bd45

Please sign in to comment.