Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
  • Loading branch information
youknowriad and tyxla authored Oct 5, 2023
1 parent 835e41a commit d100a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-docs/docs/basic-concepts/internationalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setLocaleData( { 'Type / to choose a block': [ 'Taper / pour choisir un bloc' ]

# RTL Support

By default, the Gutenberg UI is optimized for left-to-right (LTR) languages. But Gutenberg scripts and styles include support for right-to-left (RTL) languages as well. To enable RTL support, we need to perform to a few actions:
By default, the Gutenberg UI is optimized for left-to-right (LTR) languages. But Gutenberg scripts and styles include support for right-to-left (RTL) languages as well. To enable RTL support, we need to perform a few actions:

First, we need to define that our locale is RTL using `@wordpress/i18n`.

Expand Down

0 comments on commit d100a2c

Please sign in to comment.