Oskar Wrobel преди 9 години
родител
ревизия
74b97e5d8e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-typing/src/changebuffer.js

+ 1 - 1
packages/ckeditor5-typing/src/changebuffer.js

@@ -11,7 +11,7 @@ import count from '../utils/count.js';
  *
  *
  * Batches represent single undo steps, hence changes added to one single batch are undone together.
  * Batches represent single undo steps, hence changes added to one single batch are undone together.
  *
  *
- * The buffer has a configurable limit of atomic changes that it can accomodate. After the limit was
+ * The buffer has a configurable limit of atomic changes that it can accommodate. After the limit was
  * exceeded (see {@link typing.ChangeBuffer#input}), a new batch is created in {@link typing.ChangeBuffer#batch}.
  * exceeded (see {@link typing.ChangeBuffer#input}), a new batch is created in {@link typing.ChangeBuffer#batch}.
  *
  *
  * To use the change buffer you need to let it know about the number of changes that were added to the batch:
  * To use the change buffer you need to let it know about the number of changes that were added to the batch: