Explorar el Código

Docs: Improvement in docs.

Szymon Cofalik hace 7 años
padre
commit
7a4cf7c4d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/model/operation/transform.js

+ 1 - 1
packages/ckeditor5-engine/src/model/operation/transform.js

@@ -1908,7 +1908,7 @@ setTransformation( WrapOperation, WrapOperation, ( a, b, context ) => {
 					// Unwrap:
 					// <p>Foo</p><p>Bar</p><p>Xyz</p>
 					//
-					// Wrap with stronger wrap (`a`):
+					// Wrap with stronger wrap:
 					// <p>Foo</p><div><p>Bar</p><p>Xyz</p></div>
 					//
 					// Re-wrap: