瀏覽代碼

Update src/indent/indent.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Maciej 6 年之前
父節點
當前提交
cf13513e90
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.
  *