Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed May 1, 2022
1 parent 488bb99 commit cd137f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const { day } = require('./times')

// Must be a function or object that load and returns the env variables at runtime.
// Must be a function or object that loads and returns the env variables at runtime.
// Otherwise it wouldn't be possible to mock the env variables with mockedEnv.
module.exports = new Proxy({}, {
get: function(target, prop) {
Expand Down

0 comments on commit cd137f3

Please sign in to comment.