We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 406315d + 259f4d2 commit e10aa18Copy full SHA for e10aa18
1 file changed
src/typings/node.processEnv-ext.d.ts
@@ -8,7 +8,7 @@ declare namespace NodeJS {
8
export interface Process {
9
10
/**
11
- * The lazy enviroment is a promise that resolves to `process.env`
+ * The lazy environment is a promise that resolves to `process.env`
12
* once the process is resolved. The use-case is VS Code running
13
* on Linux/macOS when being launched via a launcher. Then the env
14
* (as defined in .bashrc etc) isn't properly set and needs to be
0 commit comments