8
0
Просмотр исходного кода

Docs improvements.

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Oskar Wróbel 6 лет назад
Родитель
Сommit
5ddeabe0f4
1 измененных файлов с 1 добавлено и 1 удалено
  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';
 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.
  * 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.
  * CKEditor creates the body collection as {@link module:ui/editorui/editoruiview~EditorUIView#body editor.ui.view.body} property.