Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 490168c

Browse filesBrowse files
chohneraduh95
authored andcommitted
doc: fix small environment_variables typo
PR-URL: #62279 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
1 parent f5d74f8 commit 490168c
Copy full SHA for 490168c

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/environment_variables.md‎

Copy file name to clipboardExpand all lines: doc/api/environment_variables.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ There following two functions allow you to directly interact with `.env` files:
145145

146146
* [`process.loadEnvFile`][] loads an `.env` file and populates `process.env` with its variables
147147

148-
* [`util.parseEnv`][] parses the row content of an `.env` file and returns its value in an object
148+
* [`util.parseEnv`][] parses the raw content of an `.env` file and returns its value in an object
149149

150150
[CLI Environment Variables documentation]: cli.md#environment-variables_1
151151
[`--env-file-if-exists=file`]: cli.md#--env-file-if-existsfile

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.