From 9817c24642a3392087a60293b17ff34dfd493cfa Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Tue, 9 Nov 2021 19:43:23 +0100 Subject: [PATCH] typo --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index 3edd2f0db9..70db0345a3 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -358,7 +358,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: hostnames to use when fetching remote modules from private repositories (e.g. "abcde12345@deno.land;54321edcba@github.com") - DENO_TLS_CA_STORE Comma-seperated list of order dependent certificate stores + DENO_TLS_CA_STORE Comma-separated list of order dependent certificate stores (system, mozilla) (defaults to mozilla) DENO_CERT Load certificate authority from PEM encoded file