8
0
Szymon Cofalik 6 лет назад
Родитель
Сommit
d2ea02cb51
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-decoupled/src/decouplededitor.js

+ 1 - 1
packages/ckeditor5-editor-decoupled/src/decouplededitor.js

@@ -134,7 +134,7 @@ export default class DecoupledEditor extends Editor {
 	 *				console.error( err.stack );
 	 *				console.error( err.stack );
 	 *			} );
 	 *			} );
 	 *
 	 *
-	 * The element's content will be used as the editor data. The editable element will replace the source element on your web page.
+	 * The element's content will be used as the editor data and it will become the editable element.
 	 *
 	 *
 	 * Alternatively, you can initialize the editor by passing the initial data directly as a `String`.
 	 * Alternatively, you can initialize the editor by passing the initial data directly as a `String`.
 	 * In this case, you will have to manually append to your web page both the toolbar element and the editable element.
 	 * In this case, you will have to manually append to your web page both the toolbar element and the editable element.