Explorar el Código

Fixed invalid plugin name.

Kamil Piechaczek hace 7 años
padre
commit
7046ab48f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-enter/src/shiftenter.js

+ 1 - 1
packages/ckeditor5-enter/src/shiftenter.js

@@ -23,7 +23,7 @@ export default class ShiftEnter extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'SoftEnter';
+		return 'ShiftEnter';
 	}
 
 	init() {