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} */