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

Docs: Change in an inline comment.

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

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

@@ -855,7 +855,7 @@ function viewToModelListItemChildrenConverter( listItemModel, viewChildren, conv
 				//
 				// or after an element if another element broken auto-paragraphed element:
 				//
-				//		`<li><div><h2>Foo</div></h2/><li>` -> `<listItem></listItem><heading1>Foo</heading1>#<listItem></listItem>`
+				//		`<li><div><h2>Foo</h2></div><li>` -> `<listItem></listItem><heading1>Foo</heading1>#<listItem></listItem>`
 				//
 				// We need to check for such cases and use proper list item and position based on it.
 				//