Ver código fonte

fix(info): change jsdoc to avoid linting warning (#2881)

j8
virtuacoplenny 7 anos atrás
pai
commit
ed395036b7

+ 3
- 3
react/features/invite/components/info-dialog/InfoDialog.web.js Ver arquivo

@@ -336,9 +336,9 @@ class InfoDialog extends Component {
336 336
 
337 337
     /**
338 338
      * Callback invoked when a displayed URL link is clicked to prevent actual
339
-     * navigation from happening. The URL links have an href to display "Copy
340
-     * Link Address" in the context menu but otherwise it should not behave like
341
-     * links.
339
+     * navigation from happening. The URL links have an href to display the
340
+     * action "Copy Link Address" in the context menu but otherwise it should
341
+     * not behave like links.
342 342
      *
343 343
      * @param {Object} event - The click event from clicking on the link.
344 344
      * @private

Carregando…
Cancelar
Salvar