Procházet zdrojové kódy

Update src/indent/indent.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej před 6 roky
rodič
revize
cf13513e90
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/ckeditor5-core/src/indent/indent.js

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

@@ -28,7 +28,7 @@ import IndentUI from './indentui';
  * * The {@link module:core/indent/indentui~IndentUI indent UI feature}.
  *
  * The dependent plugins register the `'indent'` and `'outdent'` commands and it introduce the `'indent'` and `'outdent'` buttons
- * that allow to increase or decrease text indentation of supported elements.
+ * which allow to increase or decrease text indentation of supported elements.
  *
  * **Note**: In order the commands and buttons to work at least one of compatible features is required.
  *