We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26ba715 + fcde63f commit 5ff8f48Copy full SHA for 5ff8f48
types/index.d.ts
@@ -47,7 +47,7 @@ export interface DotenvConfigOutput {
47
}
48
49
/**
50
- * Loads `.env` file contents into {@link https://nodejs.org/api/process.html#process_process_env | `process.env`}.
+ * Loads `.env` file contents into {@link https://nodejs.org/api/process.html#process_process_env `process.env`}.
51
* Example: 'KEY=value' becomes { parsed: { KEY: 'value' } }
52
*
53
* @param options - controls behavior
0 commit comments