8
0
Эх сурвалжийг харах

Internal: Fixed incorrect class name.

Piotr Jasiun 6 жил өмнө
parent
commit
4607320e3f

+ 1 - 1
packages/ckeditor5-list/src/todolist.js

@@ -20,7 +20,7 @@ import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
  *
  * @extends module:core/plugin~Plugin
  */
-export default class List extends Plugin {
+export default class TodoList extends Plugin {
 	/**
 	 * @inheritDoc
 	 */