Browse Source

Internal: Fixed incorrect class name.

Piotr Jasiun 6 năm trước cách đây
mục cha
commit
4607320e3f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-list/src/todolist.js

+ 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
 	 */