Procházet zdrojové kódy

Docs: Fixes in docs.

Szymon Cofalik před 8 roky
rodič
revize
2b5fcb68d1
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      packages/ckeditor5-list/src/converters.js

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

@@ -96,7 +96,7 @@ export function modelViewRemove( evt, data, conversionApi ) {
  * This change means that `<li>` elements parent changes from `<ul>` to `<ol>` (or vice versa). This is accomplished
  * by breaking view elements, changing their name and merging them.
  *
- * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:changeAttribute
+ * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:attribute
  * @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
  * @param {Object} data Additional information about the change.
  * @param {module:engine/conversion/modelconsumable~ModelConsumable} consumable Values to consume.
@@ -133,7 +133,7 @@ export function modelViewChangeType( evt, data, consumable, conversionApi ) {
 /**
  * A model-to-view converter for `indent` attribute change on `listItem` model element.
  *
- * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:changeAttribute
+ * @see module:engine/conversion/modelconversiondispatcher~ModelConversionDispatcher#event:attribute
  * @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
  * @param {Object} data Additional information about the change.
  * @param {module:engine/conversion/modelconsumable~ModelConsumable} consumable Values to consume.