Skip to content

Commit 0003a2f

Browse files
authored
fix typo (#3437)
1 parent 89942e4 commit 0003a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/docs-theme/theme-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Options to configure the language dropdown for
641641
| ---------------------- | ---------------- | ------------------------------------------------------ |
642642
| i18n[number].locale | `string` | Locale from `i18n.locales` field in `next.config` file |
643643
| i18n[number].name | `string` | Locale name in dropdown |
644-
| i18n[number].direction | `'ltl' \| 'rtl'` | Locale writing direction. Default: `ltr` |
644+
| i18n[number].direction | `'ltr' \| 'rtl'` | Locale writing direction. Default: `ltr` |
645645

646646
</Table>
647647

0 commit comments

Comments
 (0)