From 8ecfab1b5b86e2ef93c29a3ade3cc5d43179bc59 Mon Sep 17 00:00:00 2001 From: Akshit Kr Nagpal Date: Fri, 29 Jun 2018 11:19:59 +0530 Subject: [PATCH] Comments Fixes --- app/features/conference/components/Conference.js | 2 +- app/features/navbar/components/HelpButton.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js index 309df43..289e314 100644 --- a/app/features/conference/components/Conference.js +++ b/app/features/conference/components/Conference.js @@ -318,7 +318,7 @@ class Conference extends Component { * Inject some style into the iframe so everything except the filmstrip, chat, * buttons or any input is draggable. * - * @param {Object} iframe - reference to the iframe where the drag areas will + * @param {Object} iframe - Reference to the iframe where the drag areas will * be set. * @returns {void} */ diff --git a/app/features/navbar/components/HelpButton.js b/app/features/navbar/components/HelpButton.js index 761b86e..df93123 100644 --- a/app/features/navbar/components/HelpButton.js +++ b/app/features/navbar/components/HelpButton.js @@ -21,7 +21,7 @@ type State = { */ export default class HelpButton extends Component< *, State> { /** - * Initializes a new {@code HelpAction} instance. + * Initializes a new {@code HelpButton} instance. * * @inheritdoc */