diff --git a/core/editor.js b/core/editor.js index 7c47a205129..97f9d46e655 100644 --- a/core/editor.js +++ b/core/editor.js @@ -1837,7 +1837,7 @@ CKEDITOR.ELEMENT_MODE_INLINE = 3; */ /** - * Event fired when the {@link #method-destroy} is called, + * Event fired when the {@link #method-destroy} method is called, * but before destroying the editor. * * @event beforeDestroy diff --git a/plugins/pastefromword/filter/default.js b/plugins/pastefromword/filter/default.js index 87a29583d60..8d24822559d 100644 --- a/plugins/pastefromword/filter/default.js +++ b/plugins/pastefromword/filter/default.js @@ -1333,7 +1333,8 @@ * * @private * @param {CKEDITOR.htmlParser.element[]} list An array containing list items. - * @param {CKEDITOR.htmlParser.element[]} lists All the lists in the pasted content represented by an array of arrays of list items. Modified by this method. + * @param {CKEDITOR.htmlParser.element[]} lists All the lists in the pasted content represented by an array of arrays + * of list items. Modified by this method. * @member CKEDITOR.plugins.pastefromword.lists */ chopDiscontinousLists: function( list, lists ) {