From d33e320b811c2becb719d3de66b871f022397778 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Mon, 16 Sep 2024 01:32:38 +0200 Subject: [PATCH] WEB_EXT_API_APPROVAL_TIMEOUT -> WEB_EXT_APPROVAL_TIMEOUT (#1944) The "API_" in the environment variable is likely a copy-paste typo from the preceding section. The correct environment variable to use is WEB_EXT_APPROVAL_TIMEOUT. --- src/content/documentation/develop/web-ext-command-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/documentation/develop/web-ext-command-reference.md b/src/content/documentation/develop/web-ext-command-reference.md index 298833037..73c5b0b07 100644 --- a/src/content/documentation/develop/web-ext-command-reference.md +++ b/src/content/documentation/develop/web-ext-command-reference.md @@ -585,7 +585,7 @@ Environment variable: `$WEB_EXT_API_SECRET` Number of milliseconds to wait for approval before giving up. Set to 0 to disable the wait for approval. Defaults to `timeout` if not set. -Environment variable: `$WEB_EXT_API_APPROVAL_TIMEOUT` +Environment variable: `$WEB_EXT_APPROVAL_TIMEOUT`