From dd82723d7cda5ffbe93f8362c9e737b7c37281b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caridy=20Pati=C3=B1o?= Date: Mon, 16 Mar 2020 21:36:16 -0400 Subject: [PATCH] typos --- src/secure-value.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/secure-value.ts b/src/secure-value.ts index 57d0b0dd..97f7ac2f 100644 --- a/src/secure-value.ts +++ b/src/secure-value.ts @@ -122,7 +122,7 @@ export const serializedSecureEnvSourceText = (function secureEnvFactory(rawEnv: // `typeof document.all === 'undefined'`, which is an exotic object with // a bizarre behavior described here: // * https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot - // This check cover that case, but doesn't affect other unidefined values + // This check covers that case, but doesn't affect other undefined values // because those are covered by the previous condition anyways. if (t === 'function' || t === 'undefined') { return getSecureFunction(raw);