Procházet zdrojové kódy

Docs: Reworded the config.contentLanguage documentation.

Aleksander Nowodzinski před 6 roky
rodič
revize
5e23fcb7f5

+ 1 - 1
packages/ckeditor5-core/src/editor/editorconfig.jsdoc

@@ -228,7 +228,7 @@
  *
  *
  * Leaving this configuration unset (default) will inherit the content language from
  * Leaving this configuration unset (default) will inherit the content language from
  * {@link module:core/editor/editorconfig~EditorConfig#language UI language} and leave its direction
  * {@link module:core/editor/editorconfig~EditorConfig#language UI language} and leave its direction
- * up to the web browser based on the first strong (directional) character typed by the user in the block
+ * up to the web browser based on the first strong (directional) character typed by the user
  * ([Unicode® Bidirectional Algorithm](http://www.unicode.org/reports/tr9/)).
  * ([Unicode® Bidirectional Algorithm](http://www.unicode.org/reports/tr9/)).
  *
  *
  * If you want to change the language of the entire editor's UI, check out
  * If you want to change the language of the entire editor's UI, check out