Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 5, 2013
1 parent 6e1a635 commit 2d37058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/htmldataprocessor.js
Expand Up @@ -826,7 +826,7 @@
* @param data
* @param {String/CKEDITOR.htmlParser.fragment/CKEDITOR.htmlParser.element} data.dataValue Input data to be purified.
* @param {String} data.context See {@link CKEDITOR.htmlDataProcessor#toHtml} `context` argument.
* @param {Bolean} data.fixForBody See {@link CKEDITOR.htmlDataProcessor#toHtml} `fixForBody` argument.
* @param {Boolean} data.fixForBody See {@link CKEDITOR.htmlDataProcessor#toHtml} `fixForBody` argument.
* @param {Boolean} data.dontFilter See {@link CKEDITOR.htmlDataProcessor#toHtml} `dontFilter` argument.
*/

Expand Down

0 comments on commit 2d37058

Please sign in to comment.