Bladeren bron

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

j8
virtuacoplenny 7 jaren geleden
bovenliggende
commit
ed395036b7
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3
    3
      react/features/invite/components/info-dialog/InfoDialog.web.js

+ 3
- 3
react/features/invite/components/info-dialog/InfoDialog.web.js Bestand weergeven

@@ -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

Laden…
Annuleren
Opslaan