X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Feditor.js;h=1e56a1265a949b692a90b10df83472dfd229a680;hb=refs%2Ftags%2Fv3.5.4;hp=352c4b22826f0fcb450c948f345cd3967462bc9a;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git 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 ) {