Explorar o código

NoOperation doc typo.

Szymon Cofalik %!s(int64=10) %!d(string=hai) anos
pai
achega
e95706bd23

+ 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