Skip to content

Commit 8e04047

Browse files
committed
clarify tips precedence in types
1 parent b63af3e commit 8e04047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface DotenvConfigOptions {
5656
* Default: `true`
5757
*
5858
* Include a random tip in the runtime log message.
59-
* Can be overridden via `DOTENV_CONFIG_TIPS` in the environment or `.env`.
59+
* Can be overridden via `DOTENV_CONFIG_TIPS` in the environment or `.env`. Environment configuration takes precedence over the `tips` option.
6060
*
6161
* example: `require('dotenv').config({ tips: false })`
6262
*/

0 commit comments

Comments
 (0)