Skip to content

Commit

Permalink
docs: Fix use-navigate.md example output in section on using useLocat…
Browse files Browse the repository at this point in the history
…ion with the URL constructor (#11344)
  • Loading branch information
acusti committed Mar 13, 2024
1 parent a04ae6b commit 9e7486b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- abeadam
- abhi-kr-2100
- AchThomas
- acusti
- adamdotjs
- adil62
- adriananin
Expand Down
2 changes: 1 addition & 1 deletion docs/hooks/use-navigate.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ new URL("..", window.origin + location.pathname);

// With trailing slashes:
new URL(".", window.origin + location.pathname + "/");
// 'https://remix.run/docs/en/main/start/future-flags/'
// 'https://remix.run/docs/en/main/start/quickstart/'
new URL("..", window.origin + location.pathname + "/");
// 'https://remix.run/docs/en/main/start/'
```
Expand Down

0 comments on commit 9e7486b

Please sign in to comment.