Merge pull request #103843 from eltociear/patch-2

Fix typo 'enviroment' to 'environment'
This commit is contained in:
Johannes Rieken 2020-08-10 10:23:18 +02:00 committed by GitHub
commit e10aa18bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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