Skip to content

Commit 9168360

Browse files
committed
chore: wip
1 parent eae8a30 commit 9168360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export class EnvEditor {
5757

5858
/**
5959
* Add key-value pair to the dot-env files.
60-
* If `withEmptyExampleValue` is true, then only the key is added to the
61-
* `.env.example` file.
60+
* If `withEmptyExampleValue` is true then the key will be added with an empty value
61+
* to the `.env.example` file.
6262
*/
6363
add(key: string, value: string | number | boolean, withEmptyExampleValue = false) {
6464
this.#files.forEach((file) => {

0 commit comments

Comments
 (0)