X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Feditor.js;h=1e56a1265a949b692a90b10df83472dfd229a680;hp=352c4b22826f0fcb450c948f345cd3967462bc9a;hb=1056598c95187351dc58f4991d331e2258d038b5;hpb=4e90e78dc97789709ee7404359a5517540c27553 diff --git a/_source/core/editor.js b/_source/core/editor.js index 352c4b2..1e56a12 100644 --- a/_source/core/editor.js +++ b/_source/core/editor.js @@ -561,7 +561,7 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype, * @returns {Boolean} "true" if the command has been successfuly * executed, otherwise "false". * @example - * editorInstance.execCommand( 'Bold' ); + * editorInstance.execCommand( 'bold' ); */ execCommand : function( commandName, data ) {