Bladeren bron

Update src/indent/indent.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej 6 jaren geleden
bovenliggende
commit
cf13513e90
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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.
  *