We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037304c commit ea3b197Copy full SHA for ea3b197
languageserver/src/context-providers/secrets.ts
@@ -49,7 +49,7 @@ export async function getSecrets(
49
if (isString(x.value)) {
50
environmentName = x.value.value;
51
} else {
52
- // this means we have a dynamic enviornment, in those situations we
+ // this means we have a dynamic environment, in those situations we
53
// want to make sure we skip doing secret validation
54
secretsContext.complete = false;
55
}
0 commit comments