Skip to content

Mention case-insensitivity in process.env docs #9157

Closed
@oliversalzburg

Description

@oliversalzburg

On Windows OS, environment variables are case-insensitive.

14:46 $ node
> process.env.foo = "lol"
'lol'
> process.env.fOo
'lol'

I think it could be beneficial to make a note about this in the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.processIssues and PRs related to the process subsystem.testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions