We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7afbed commit 259f4d2Copy full SHA for 259f4d2
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