Skip to content

Commit 28c5345

Browse files
authored
Fix a typo that should be URL and not username
1 parent 0f55357 commit 28c5345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/006-miscellaneous-tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ console.log(envs.MY_MISSING_VALUE); // => throws an error
6262
If you need to set some default values for your ENV variables, a `Proxy` is a great choice.
6363

6464
```js
65-
// Oh no! Someone forgot to put in their database username!
65+
// Oh no! Someone forgot to put in their database URL!
6666
process.env = {
6767
DB_USERNAME: 'MrBenJ',
6868
DB_PASSWORD: '********************'

0 commit comments

Comments
 (0)