Sfoglia il codice sorgente

Internal: accepted language corrections.

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 anni fa
parent
commit
8856f0d164
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-indent/src/indentediting.js

+ 1 - 1
packages/ckeditor5-indent/src/indentediting.js

@@ -15,7 +15,7 @@ import MultiCommand from '@ckeditor/ckeditor5-core/src/multicommand';
  *
  * This plugin registers the `'indent'` and `'outdent'` commands.
  *
- * **Note**: In order the commands to work at least one of compatible features is required. Read more in
+ * **Note**: In order for the commands to work, at least one of the compatible features is required. Read more in:
  * {@link module:indent/indent~Indent indent feature} API docs.
  *
  * @extends module:core/plugin~Plugin