Răsfoiți Sursa

Docs: Minor rewording for editor-wrong-element error.

Marek Lewandowski 6 ani în urmă
părinte
comite
bbf18cc661
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-core/src/editor/editor.js

+ 1 - 1
packages/ckeditor5-core/src/editor/editor.js

@@ -331,7 +331,7 @@ mix( Editor, ObservableMixin );
  * Content of an editor should be nicely present to the user and show him how it's going to looks like. Textarea element
  * Content of an editor should be nicely present to the user and show him how it's going to looks like. Textarea element
  * doesn't support such behavior.
  * doesn't support such behavior.
  *
  *
- * In most cases a `<div>` element can be used:
+ * Typically you can use a `div` for storing editor content instead:
  *
  *
  *		<div id="editor">
  *		<div id="editor">
  *			<p>Initial content.</p>
  *			<p>Initial content.</p>