Browse Source

Docs improvements.

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Oskar Wróbel 6 năm trước cách đây
mục cha
commit
5ddeabe0f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-ui/src/editorui/bodycollection.js

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

@@ -15,7 +15,7 @@ import ViewCollection from '../viewcollection';
 import createElement from '@ckeditor/ckeditor5-utils/src/dom/createelement';
 
 /**
- * This is the special {@link module:ui/viewcollection~ViewCollection ViewCollection} dedicated to elements that are detached
+ * 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.