From cd137f3127d1a9c6685d3468614847998dc1bed9 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 1 May 2022 11:19:25 +0200 Subject: [PATCH] Fix typo --- src/utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config.js b/src/utils/config.js index 2b22e09a..3ff3eeb6 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -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) {