瀏覽代碼

Fix extends reference

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 {
 	/**