Szymon Cofalik пре 10 година
родитељ
комит
e95706bd23
1 измењених фајлова са 1 додато и 1 уклоњено
  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