fix spelling (#61)

This commit is contained in:
Dimitri POSTOLOV 2022-05-24 15:58:00 +02:00 committed by GitHub
parent ffac3478e9
commit 90d812f07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ export function ensureEnv(key: string, valueType?: ValueType) {
value = undefined;
}
invariant(typeof value === 'string', `Missing "${key}" environment varariable`);
invariant(typeof value === 'string', `Missing "${key}" environment variable`);
switch (valueType) {
case 'number':