Przeglądaj źródła

Fixed invalid docs.

Oskar Wróbel 6 lat temu
rodzic
commit
c83b54829c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-list/src/utils.js

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

@@ -175,7 +175,7 @@ export function mergeViewLists( viewWriter, firstList, secondList ) {
  * are after given position.
  * are after given position.
  *
  *
  * For example:
  * For example:
- * <container:p>foo^<ui:span></ui:span><ui:span></ui:span>bar</contain:p>
+ * `<container:p>foo^<ui:span></ui:span><ui:span></ui:span>bar</container:p>`
  * For position ^, a position before "bar" will be returned.
  * For position ^, a position before "bar" will be returned.
  *
  *
  * @param {module:engine/view/position~Position} viewPosition
  * @param {module:engine/view/position~Position} viewPosition