Browse Source

Fixed invalid plugin name.

Kamil Piechaczek 7 years ago
parent
commit
7046ab48f4
1 changed files with 1 additions and 1 deletions
  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() {