panr преди 5 години
родител
ревизия
22dd62df96
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-special-characters/src/ui/specialcharactersnavigationview.js

+ 1 - 1
packages/ckeditor5-special-characters/src/ui/specialcharactersnavigationview.js

@@ -20,7 +20,7 @@ import FormHeaderView from '@ckeditor/ckeditor5-ui/src/formheader/formheaderview
  * A class representing the navigation part of the special characters UI. It is responsible
  * for describing the feature and allowing the user to select a particular character group.
  *
- * @extends module:ui/view~View
+ * @extends module:ui/formheader/formheaderview~FormHeaderView
  */
 export default class SpecialCharactersNavigationView extends FormHeaderView {
 	/**