Explorar o código

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

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
83c27d2e62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
 	}
 
 	/**