Skip to content

Commit 2c5ae2f

Browse files
committed
fix typo
Signed-off-by: Dmitriy Nevzorov <[email protected]>
1 parent 6a557b2 commit 2c5ae2f

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
@@ -248,7 +248,7 @@ const Header = ({siteTitle}) => {
248248
| defaultLanguage | string | default language when visiting `/page` instead of `/es/page` |
249249
| redirect | boolean | if the value is `true`, `/` or `/page-2` will be redirected to the user's preferred language router. e.g) `/es` or `/es/page-2`. Otherwise, the pages will render `defaultLangugage` language. Default is `true` |
250250
| siteUrl | string | public site url, is used to generate language specific meta tags |
251-
| pages | array | an array of [page option](#page-options) used to modify plugin behaviour for specific pages |
251+
| pages | array | an array of [page options](#page-options) used to modify plugin behaviour for specific pages |
252252
| i18nextOptions | object | [i18next configuration options](https://www.i18next.com/overview/configuration-options) |
253253

254254
## Page options

0 commit comments

Comments
 (0)