Explorar el Código

Update src/indent/indent.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej hace 6 años
padre
commit
cf13513e90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.
  *