Fixes a jsdoc/require-description-complete-sentence warning

This commit is contained in:
Lyubo Marinov 2017-06-08 23:57:43 -05:00
parent 90466183d6
commit 01b397faef
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class StatelessDialog extends Component {
* Handles 'Enter' key in the dialog to submit/hide dialog depending on
* the available buttons and their disabled state.
*
* @param {Object} event - the key event.
* @param {Object} event - The key event.
* @private
* @returns {void}
*/