Skip to content

Commit c33cd23

Browse files
Update docs/router/framework/react/guide/internationalization-i18n.md
Co-authored-by: Sarah <[email protected]>
1 parent 563e489 commit c33cd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This guide covers:
1515

1616
## i18n with Optional Path Parameters
1717

18-
Optional path parameters are excellent for implementing internationalization (i18n) routing patterns. You can use prefix patterns to handle multiple languages while maintaining clean, SEO-friendly URLs.
18+
Optional path parameters are commonly used to implement internationalized routing. Prefix patterns allow a locale to appear in the URL when explicitly provided while still supporting clean, SEO-friendly URLs.
1919

2020
### Prefix-based i18n
2121

0 commit comments

Comments
 (0)