diff --git a/config-dist.php b/config-dist.php index 9428a092..24c4007a 100644 --- a/config-dist.php +++ b/config-dist.php @@ -7,7 +7,7 @@ Setting('MODE', 'production'); # one of the other available localization files in the "/localization" directory Setting('CULTURE', 'en'); -# To keep it simpel, grocy does not handle any currency conversions, +# To keep it simple: grocy does not handle any currency conversions, # this here is used to format all money values, # so can be anything (e. g. "USD" OR "$", doesn't matter...) Setting('CURRENCY', '$');