Parcourir la source

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

Piotrek Koszuliński il y a 8 ans
Parent
commit
83c27d2e62
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';
 	}
 
 	/**