8
0
Piotrek Koszuliński 9 лет назад
Родитель
Сommit
c314553eb7

+ 1 - 1
packages/ckeditor5-engine/src/treemodel/composer/modifyselection.js

@@ -13,7 +13,7 @@ import Range from '../range.js';
  * Modifies the selection. Currently the supported modifications are:
  *
  * * Extending. The selection focus is moved in the specified `options.direction` with a step specified in `options.unit`
- * (defaults to `'character'`, other values are not not yet supported).
+ * (defaults to `'CHARACTER'`, other values are not not yet supported).
  * Note: if you extend a forward selection in a backward direction you will in fact shrink it.
  *
  * @method engine.treeModel.composer.modifySelection