Skip to content

Commit

Permalink
Fixed links API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Dec 18, 2014
1 parent f405a80 commit f5d711d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/editable.js
Expand Up @@ -311,7 +311,7 @@
*
* Fires the {@link CKEDITOR.editor#event-afterInsertHtml} event.
*
* **Note:** This method does not {@link CKEDITOR.editor#saveSnashot save undo snapshots}.
* **Note:** This method does not {@link CKEDITOR.editor#saveSnapshot save undo snapshots}.
*
* @since 4.5
* @param {String} data HTML code to be inserted into the editor.
Expand Down Expand Up @@ -345,7 +345,7 @@
/**
* Inserts an element into the position in the editor determined by the range.
*
* **Note:** This method does not {@link CKEDITOR.editor#saveSnashot save undo snapshots}.
* **Note:** This method does not {@link CKEDITOR.editor#saveSnapshot save undo snapshots}.
*
* @param {CKEDITOR.dom.element} element The element to be inserted.
* @param {CKEDITOR.dom.range} range The range as a place of insertion.
Expand Down

0 comments on commit f5d711d

Please sign in to comment.