Skip to content

Commit 5ae6217

Browse files
alexschmdnlynzaadautofix-ci[bot]
authored
docs: Updated typo in internationalization-i18n.md (#6523)
* Updated typo in internationalization-i18n.md Optional path parameters typescript example had a typo (/abotu not /about). * ci: apply automated fixes * Fix typo in internationalization guide reapply change that was undone by ci: apply automated fixes --------- Co-authored-by: Nico Lynzaad <44094871+nlynzaad@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent b3aafa0 commit 5ae6217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/router/framework/react/guide/internationalization-i18n.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ This pattern relies exclusively on TanStack Router features. It is suitable when
2525

2626
Optional path parameters are ideal for implementing locale-aware routing without duplicating routes.
2727

28-
```ts
29-
;/{-$locale}/abotu
28+
```
29+
/{-$locale}/about
3030
```
3131

3232
This single route matches:

0 commit comments

Comments
 (0)