Bläddra i källkod

NoOperation doc typo.

Szymon Cofalik 10 år sedan
förälder
incheckning
e95706bd23
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      packages/ckeditor5-engine/src/document/operation/nooperation.js

+ 1 - 1
packages/ckeditor5-engine/src/document/operation/nooperation.js

@@ -10,7 +10,7 @@ CKEDITOR.define( [
 ], ( Operation ) => {
 	/**
 	 * Operation which is doing nothing ("empty operation", "do-nothing operation", "noop").
-	 * This is an operation, which executed does not change the tree model.
+	 * This is an operation, which when executed does not change the tree model.
 	 * It still has some parameters defined for transformation purposes.
 	 *
 	 * In most cases this operation is a result of transforming operations. When transformation returns