From ed7eb293d752e6617666db0b3f00023c5e2c742b Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Tue, 28 Nov 2017 10:02:42 +0200 Subject: [PATCH] Fix typo in config --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 1ed8a508..0de02032 100644 --- a/src/config.js +++ b/src/config.js @@ -11,7 +11,7 @@ const i18n = { ... 6: Saturday */ - firstDayOfTheWeek: 0, + firstDayOfWeek: 0, }; // To pass environment variables to the client app in the build