Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Jul 13, 2023
1 parent a577697 commit fd78b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helper.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* helper.validateEnv('SEARCH_API_LDAP_URL'); // => 'ldaps://ldap.epfl.ch'
*
* @param {string} key A key of an environment variable.
* @returns {string} Return the value or exit(1) if the key didn't exists.
* @returns {string} Return the value or exit(1) if the key doesn't exists.
*/
function validateEnv (key) {
if (!process.env[key]) {
Expand Down

0 comments on commit fd78b25

Please sign in to comment.