8
0
CKEditor Bot 5 лет назад
Родитель
Сommit
54b04aba44
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-list/src/utils.js

+ 2 - 2
packages/ckeditor5-list/src/utils.js

@@ -26,8 +26,8 @@ export function createViewListItemElement( writer ) {
 
 /**
  * Helper function that creates a `<ul><li></li></ul>` or (`<ol>`) structure out of the given `modelItem` model `listItem` element.
- * Then, it binds the created view list item (<li>) with the model `listItem` element.
- * The function then returns the created view list item (<li>).
+ * Then, it binds the created view list item (`<li>`) with the model `listItem` element.
+ * The function then returns the created view list item (`<li>`).
  *
  * @param {module:engine/model/item~Item} modelItem Model list item.
  * @param {module:engine/conversion/upcastdispatcher~UpcastConversionApi} conversionApi Conversion interface.