Explorar el Código

API docs fixes.

Maciej Bukowski hace 8 años
padre
commit
12b49cab0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-list/src/converters.js

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

@@ -737,7 +737,7 @@ function _fixItemsType( changePosition, model, batch ) {
  *		<listItem type="bulleted" indent=2>C</listItem>
  *
  * @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
- * @param {Array} args Arguments of {@link module:engine/controller/datacontroller~DataController#insertContent}.
+ * @param {Array} args Arguments of {@link module:engine/model/model~Model#insertContent}.
  */
 export function modelIndentPasteFixer( evt, [ content, selection ] ) {
 	// Check whether inserted content starts from a `listItem`. If it does not, it means that there are some other