Sfoglia il codice sorgente

Docs: Fixed broken module paths.

Aleksander Nowodzinski 5 anni fa
parent
commit
aa89619644

+ 1 - 1
packages/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module table/tablecellpropertiesui
+ * @module table/tablecellproperties/tablecellpropertiesui
  */
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';

+ 1 - 1
packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module table/ui/tablecellpropertiesview
+ * @module table/tablecellproperties/ui/tablecellpropertiesview
  */
 
 import View from '@ckeditor/ckeditor5-ui/src/view';