mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
fix spelling (#61)
This commit is contained in:
parent
ffac3478e9
commit
90d812f07d
1 changed files with 1 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue