|
|
@@ -162,7 +162,7 @@ export default class Document {
|
|
|
* document.createRoot( 'body' );
|
|
|
* document.attachDomRoot( document.querySelector( 'body#editor' ) );
|
|
|
*
|
|
|
- * In both cases, rootName is always transform to lower case.
|
|
|
+ * In both cases, {@link engine.view.RootEditableElement#name element name} is always transformed to lower case.
|
|
|
*
|
|
|
* @param {Element|String} domRoot DOM root element or the tag name of view root element if the DOM element will be
|
|
|
* attached later.
|