Explorar o código

Docs improvements.

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Oskar Wróbel %!s(int64=6) %!d(string=hai) anos
pai
achega
0ded5538f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-ui/src/editorui/bodycollection.js

+ 1 - 1
packages/ckeditor5-ui/src/editorui/bodycollection.js

@@ -18,7 +18,7 @@ import createElement from '@ckeditor/ckeditor5-utils/src/dom/createelement';
  * This is a special {@link module:ui/viewcollection~ViewCollection} dedicated to elements that are detached
  * from the DOM structure of the editor, like panels, icons, etc.
  *
- * CKEditor creates the body collection as {@link module:ui/editorui/editoruiview~EditorUIView#body editor.ui.view.body} property.
+ * The body collection is available in the {@link module:ui/editorui/editoruiview~EditorUIView#body `editor.ui.view.body`} property.
  * Any plugin can add a {@link module:ui/view~View view} to this collection. The editor will detach and destroy this collection
  * when the editor will be {@link module:core/editor/editor~Editor#destroy destroyed}.
  *