Skip to content

Commit

Permalink
[Docs] Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaTomanek committed Apr 7, 2016
1 parent 91346ef commit 3078f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/creators/themedui.js
Expand Up @@ -79,7 +79,7 @@ CKEDITOR.replaceClass = 'ckeditor';
* // Replace all <textarea class="myClassName"> elements in the page.
* CKEDITOR.replaceAll( 'myClassName' );
*
* // Selectively replace <textarea> elements, based on custom evaluation functions.
* // Selectively replace <textarea> elements, based on a custom evaluation function.
* CKEDITOR.replaceAll( function( textarea, config ) {
* // A function that needs to be evaluated for the <textarea>
* // to be replaced. It must explicitly return "false" to ignore a
Expand Down

0 comments on commit 3078f8e

Please sign in to comment.