Skip to content

Commit bc25528

Browse files
authored
Fixing typo (#10619)
1 parent 7e2a122 commit bc25528

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
@@ -1,5 +1,6 @@
11
- 0xEddie
22
- abdallah-nour
3+
- abeadam
34
- abhi-kr-2100
45
- AchThomas
56
- adamdotjs

docs/routers/picking-a-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ReactDOM.createRoot(document.getElementById("root")).render(
5757

5858
We recommend all web projects use [`createBrowserRouter`][createbrowserrouter].
5959

60-
It uses the full URL instead of the hash urls (`#this/stuff`) common in web apps before `window.pushState` was standardized. Full URLs are better for SEO, better for server rendering, and are just more compatible with the rest of the web platform.
60+
It uses the full URL instead of the hash urls (`#this/stuff`) common in web apps before `history.pushState` was standardized. Full URLs are better for SEO, better for server rendering, and are just more compatible with the rest of the web platform.
6161

6262
If you're hosting your app on a static file server, you'll need to configure it to send all requests to your `index.html` to avoid getting 404s.
6363

0 commit comments

Comments
 (0)