8
0
Kamil Piechaczek 5 سال پیش
والد
کامیت
f6e529f834
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-list/src/liststyleediting.js

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

@@ -67,7 +67,7 @@ export default class ListStyleEditing extends Plugin {
 		editor.conversion.for( 'upcast' ).add( upcastListItemStyle() );
 		editor.conversion.for( 'upcast' ).add( upcastListItemStyle() );
 		editor.conversion.for( 'downcast' ).add( downcastListStyleAttribute() );
 		editor.conversion.for( 'downcast' ).add( downcastListStyleAttribute() );
 
 
-		// Handle merging two separated lists into the single oen.
+		// Handle merging two separated lists into the single one.
 		this._mergeListStyleAttributeWhileMergingLists();
 		this._mergeListStyleAttributeWhileMergingLists();
 	}
 	}