Parcourir la source

Docs: Improvement in docs.

Szymon Cofalik il y a 7 ans
Parent
commit
7a4cf7c4d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: