Skip to content

Commit

Permalink
Update descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Jul 5, 2017
1 parent 1b81a21 commit a6f773f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/commanddefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@
*/

/**
* Defines optional command label. Property is automatically used by accessibility helper to display it in Command table.
* Defines command label. Property is automatically used by accessibility helper to display it in Command table.
*
* @since 4.8.0
* @property {String} label
* @property {String} [label]
*/

/**
* Defines optional command description. Property is automatically used by accessibility helper to display it in Command table below keystroke.
* Defines command description. Property is automatically used by accessibility helper to display it in Command table below keystroke.
*
* @since 4.8.0
* @property {String} description
* @property {String} [description]
*/
1 change: 1 addition & 0 deletions plugins/a11yhelp/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
*
* @class
* @singleton
* @since 4.8.0
*/
CKEDITOR.plugins.a11yhelp = {
/**
Expand Down

0 comments on commit a6f773f

Please sign in to comment.