From 01b397faef4a2f4eeb16985af16ad11fc7d42756 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Thu, 8 Jun 2017 23:57:43 -0500 Subject: [PATCH] Fixes a jsdoc/require-description-complete-sentence warning --- react/features/base/dialog/components/StatelessDialog.web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/base/dialog/components/StatelessDialog.web.js b/react/features/base/dialog/components/StatelessDialog.web.js index b74b8df38..50d3bba00 100644 --- a/react/features/base/dialog/components/StatelessDialog.web.js +++ b/react/features/base/dialog/components/StatelessDialog.web.js @@ -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} */