Skip to content

Commit

Permalink
Fix typo in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Volden committed Oct 28, 2015
1 parent 3cec358 commit d4f49ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Get environment variable or fall back to default value if not
* available.
* Throws an error if variable is not found and no default value
* is not supplied.
* is supplied.
*
* @param {string} name Name of key to get from process.env
* @param {*} [defaultValue] Default value
Expand Down

0 comments on commit d4f49ef

Please sign in to comment.