Skip to content

Commit 0624d1b

Browse files
authored
Match locale in example (spatie#435)
The example mentions the Dutch language, but the code returns English Avoids possible confusion just in case of blind copy-paste ^-^
1 parent 741219e commit 0624d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/using-another-default-locale.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class YourTag extends SpatieTag
1818
{
1919
public static function getLocale(): string
2020
{
21-
return 'en';
21+
return 'nl';
2222
}
2323
}
2424
```

0 commit comments

Comments
 (0)