浏览代码

Internal: Aligned plugin name to the new convention. [skip ci]

Piotrek Koszuliński 8 年之前
父节点
当前提交
83c27d2e62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-autoformat/src/autoformat.js

+ 1 - 1
packages/ckeditor5-autoformat/src/autoformat.js

@@ -54,7 +54,7 @@ export default class Autoformat extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'autoformat/autoformat';
+		return 'Autoformat';
 	}
 
 	/**