Skip to content

Commit 877c4c7

Browse files
andrewnclarkivanvermeyen
authored andcommitted
Correct spelling of prefix (#4)
Corrects a small spelling mistake in the documentation.
1 parent 63dd50e commit 877c4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you set `omit_url_prefix_for_locale` to `'en'` in the configuration file, the
101101
| /admin/reports | en.admin.reports.index |
102102
| /nl/admin/reports | nl.admin.reports.index |
103103

104-
**Beware that you don't register the same URL twice when omitting the locale.** You can't have a localized `/about` route and also register a non-localized `/about` route in this case. The same idea applies to the `/` (root) route! Also note that the route names still have the locale prfix.
104+
**Beware that you don't register the same URL twice when omitting the locale.** You can't have a localized `/about` route and also register a non-localized `/about` route in this case. The same idea applies to the `/` (root) route! Also note that the route names still have the locale prefix.
105105

106106
### Generate Route URL's
107107

0 commit comments

Comments
 (0)