8
0
Szymon Cofalik 8 лет назад
Родитель
Сommit
ad015c4444
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-paragraph/src/paragraph.js

+ 1 - 1
packages/ckeditor5-paragraph/src/paragraph.js

@@ -140,7 +140,7 @@ Paragraph.paragraphLikeElements = new Set( [
 // between `data.input` item and its parent. If the conversion would be allowed, the converter adds `"paragraph"` to the
 // context and fires conversion for `data.input` again.
 function convertAutoparagraphableItem( evt, data, consumable, conversionApi ) {
-	// If the item wasn't consumed by some ot the dedicated converters...
+	// If the item wasn't consumed by some of the dedicated converters...
 	if ( !consumable.test( data.input, { name: data.input.name } ) ) {
 		return;
 	}