Skip to content

Commit 4ba8751

Browse files
authored
Update packages/docs/guide/essentials/named-routes.md [skip ci]
1 parent 6b3672e commit 4ba8751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/essentials/named-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Using a `name` has various advantages:
3333

3434
- No hardcoded URLs.
3535
- Automatic encoding of `params`.
36-
- Prevents you from having a typo in the url.
36+
- Avoids URL typos.
3737
- Bypassing path ranking, e.g. to display a lower-ranked route that matches the same path.
3838

3939
Each name **must be unique** across all routes. If you add the same name to multiple routes, the router will only keep the last one. You can read more about this [in the Dynamic Routing](../advanced/dynamic-routing#Removing-routes) section.

0 commit comments

Comments
 (0)