We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fed19 commit bdfd211Copy full SHA for bdfd211
doc/api/environment_variables.md
@@ -145,7 +145,7 @@ There following two functions allow you to directly interact with `.env` files:
145
146
* [`process.loadEnvFile`][] loads an `.env` file and populates `process.env` with its variables
147
148
-* [`util.parseEnv`][] parses the row content of an `.env` file and returns its value in an object
+* [`util.parseEnv`][] parses the raw content of an `.env` file and returns its value in an object
149
150
[CLI Environment Variables documentation]: cli.md#environment-variables_1
151
[`--env-file-if-exists=file`]: cli.md#--env-file-if-existsfile
0 commit comments