Explorar o código

Fixed typo in docs.

Kamil Piechaczek %!s(int64=9) %!d(string=hai) anos
pai
achega
e72097d111
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-typing/src/changebuffer.js

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

@@ -86,7 +86,7 @@ export default class ChangeBuffer {
 
 	/**
 	 * Current batch to which a feature should add its deltas. Once the {@link typing.ChangeBuffer#size}
-	 * reach or exceedes the {@link typing.ChangeBuffer#limit}, then the batch is set to a new instance and size is reset.
+	 * reach or exceeds the {@link typing.ChangeBuffer#limit}, then the batch is set to a new instance and size is reset.
 	 *
 	 * @type {engine.treeModel.batch.Batch}
 	 */