8
0
Просмотр исходного кода

Fixed the feature name. [skip ci]

Kamil Piechaczek 5 лет назад
Родитель
Сommit
b1064e909b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-list/src/liststyles.js

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

@@ -12,7 +12,7 @@ import ListStylesEditing from './liststylesediting';
 import ListStylesUI from './liststylesui';
 
 /**
- * The to-do list feature.
+ * The list styles feature.
  *
  * This is a "glue" plugin that loads the {@link module:list/liststylesediting~ListStylesEditing list styles editing feature}
  * and the {@link module:list/liststylesolistui~ListStylesUI list styles UI feature}.