Explorar o código

Docs: More improvements.

Szymon Cofalik %!s(int64=6) %!d(string=hai) anos
pai
achega
d344e2d1bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-editor-balloon/src/ballooneditor.js

+ 1 - 1
packages/ckeditor5-editor-balloon/src/ballooneditor.js

@@ -122,7 +122,7 @@ export default class BalloonEditor extends Editor {
 	 *				console.error( err.stack );
 	 *			} );
 	 *
-	 * The element's content will be used as the editor data and it will become the editable element.
+	 * The element's content will be used as the editor data and the element will become the editable element.
 	 *
 	 * Alternatively, you can initialize the editor by passing the initial data directly as a `String`.
 	 * In this case, the editor will render an element that must be inserted into the DOM for the editor to work properly: