diff options
author | Akshit Kr Nagpal <akshitkrnagpal@gmail.com> | 2018-06-29 11:19:59 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-06-29 08:27:47 +0100 |
commit | 8ecfab1b5b86e2ef93c29a3ade3cc5d43179bc59 (patch) | |
tree | bd13b31d7a17eaddd25fa424f29bc6cda034cfc6 | |
parent | 351ec163b21d08e14a57cee100e15597ccb38074 (diff) |
Comments Fixes
-rw-r--r-- | app/features/conference/components/Conference.js | 2 | ||||
-rw-r--r-- | 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<Props, State> { * 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 */ |