Skip to content

Commit 5ff8f48

Browse files
authored
Merge pull request #513 from ImRodry/patch-1
Fix small typo in JSDoc comment
2 parents 26ba715 + fcde63f commit 5ff8f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface DotenvConfigOutput {
4747
}
4848

4949
/**
50-
* Loads `.env` file contents into {@link https://nodejs.org/api/process.html#process_process_env | `process.env`}.
50+
* Loads `.env` file contents into {@link https://nodejs.org/api/process.html#process_process_env `process.env`}.
5151
* Example: 'KEY=value' becomes { parsed: { KEY: 'value' } }
5252
*
5353
* @param options - controls behavior

0 commit comments

Comments
 (0)