Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2020-08-03 19:10:05 +0300
committerGitHub <noreply@github.com>2020-08-03 19:10:05 +0300
commit259f4d28da141fa72dfd5f2b4abb0c1f30277a53 (patch)
tree851ead82f9ef3f2175072b1be7925d0f49ee7f56 /src/typings
parenta7afbed68a3baac905b8d54fc961362157843439 (diff)
Fix typo 'enviroment' to 'environment'
* comment
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/node.processEnv-ext.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typings/node.processEnv-ext.d.ts b/src/typings/node.processEnv-ext.d.ts
index fec557ff2a7..4ca44ec5b37 100644
--- a/src/typings/node.processEnv-ext.d.ts
+++ b/src/typings/node.processEnv-ext.d.ts
@@ -8,7 +8,7 @@ declare namespace NodeJS {
export interface Process {
/**
- * The lazy enviroment is a promise that resolves to `process.env`
+ * The lazy environment is a promise that resolves to `process.env`
* once the process is resolved. The use-case is VS Code running
* on Linux/macOS when being launched via a launcher. Then the env
* (as defined in .bashrc etc) isn't properly set and needs to be