diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-10 12:47:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 12:47:44 -0400 |
commit | 8b97b39d8e2523e2c422a0a7374077fbea3adf1d (patch) | |
tree | f3f9906058bc178fc7272d66db77fae41201e13a /cli/tests/localhost_unsafe_ssl.ts.out | |
parent | d82351d67784a2bcb5431ebb233abc727f673152 (diff) |
fix: correct spelling of certificate in `--unsafely-ignore-certificate-errors` warning message (#11634)
Diffstat (limited to 'cli/tests/localhost_unsafe_ssl.ts.out')
-rw-r--r-- | cli/tests/localhost_unsafe_ssl.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/localhost_unsafe_ssl.ts.out b/cli/tests/localhost_unsafe_ssl.ts.out index 0bb6d0fb4..9ea991a64 100644 --- a/cli/tests/localhost_unsafe_ssl.ts.out +++ b/cli/tests/localhost_unsafe_ssl.ts.out @@ -1,3 +1,3 @@ -DANGER: TLS ceritificate validation is disabled for: deno.land +DANGER: TLS certificate validation is disabled for: deno.land error: error sending request for url (https://localhost:5545/cli/tests/subdir/mod2.ts): error trying to connect: invalid certificate: UnknownIssuer at [WILDCARD]tests/cafile_url_imports.ts:1:0 |