Skip to content

Commit 9ddd17d

Browse files
authored
Fix typo in internationalization guide
reapply change that was undone by ci: apply automated fixes
1 parent f526c39 commit 9ddd17d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)