Fix typo 'enviroment' to 'environment'

* comment
This commit is contained in:
Ikko Ashimine
2020-08-04 01:10:05 +09:00
committed by GitHub
parent a7afbed68a
commit 259f4d28da

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