Skip to content

Commit 7c03cc0

Browse files
committed
Fix typo in README
1 parent d234df6 commit 7c03cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,16 @@ Update the `stores` array to choose which stores to use.
136136
137137
## 🛠️ More Configuration (optional)
138138

139-
### ☑️ `omit-locale`
139+
### ☑️ `omitted-locale`
140140

141-
If you don't want your main locale to have a slug, you can set it as the `omit-locale` (not the custom slug).
141+
If you don't want your main locale to have a slug, you can set it as the `omitted-locale` (not the custom slug).
142142
If you do this, no additional detectors will run after the `UrlDetector` and `OmittedLocaleDetector`.
143143
This makes sense, because the locale will always be determined by those two in this scenario.
144144

145145
Example:
146146

147147
```php
148-
'omit-locale' => 'en',
148+
'omitted-locale' => 'en',
149149
```
150150

151151
Result:

0 commit comments

Comments
 (0)