Преглед изворни кода

Fixed invalid module name.

Kamil Piechaczek пре 8 година
родитељ
комит
d48d3fdc4a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-basic-styles/src/underlineengine.js

+ 1 - 1
packages/ckeditor5-basic-styles/src/underlineengine.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module basic-styles/underline
+ * @module basic-styles/underlineengine
  */
 
 import Plugin from '@ckeditor/ckeditor5-core/src/plugin';