style: fix typo

This commit is contained in:
rugk 2022-04-29 17:26:14 +02:00
parent 5bcb19b4e3
commit 532c098968
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D

View file

@ -141,7 +141,7 @@ export function redirectToWebsite(url, tabToModify = null, loadReplace = true) {
* @param {string} [onAction="onCompleted"]
* @param {int|null} [timeout=5000] time after which the Promise is rejected if
* the required event for the URL does not trigger,
* set to "null" to disable
* set to "null" to disable
* @returns {Promise}
* @see {@link https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onCompleted}
*/