aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2023-09-02 14:12:54 +0300
committerGitHub <noreply@github.com>2023-09-02 14:12:54 +0300
commited865eea911683997fad231f4300dfdf060d78d4 (patch)
treea99a5fe988ca7db820d3532b32a41fec55f9104a /exampleSite/config.yml
parent04678ea04fe93a578f949f23e6a7e74a88fc54cd (diff)
parentf317386a8e46ae7b7a0e00b3cb21b3dbfebb5da8 (diff)
v5.5.2 - Fixing bugs, small fixes
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index a3401c0..4dd3795 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -76,7 +76,7 @@ languageCode: en
# For enableMissingTranslationPlaceholders—
# do not set it to true for languages other
# than English! When tested with Lithuanian,
-# it would add unnecesary placeholders to
+# it would add unnecessary placeholders to
# values that were intentionally empty.
defaultContentLanguage: en
@@ -133,7 +133,7 @@ params:
# and the user can expand by clicking on the category
# (Requires JavaScript.)
# - untitled boolean `untitled: true`
- # This would complerely hide the name of the category.
+ # This would completely hide the name of the category.
# This is useful, if you do not want to use categories
# because you need to set an 'Uncategorized' category.
# Or it can be used alongside other categories.
@@ -188,7 +188,7 @@ params:
# Should relative time (x min ago) be used?
#
# IMPORTANT: In the frontmatter, the dates MUST be in
- # the UTC time zone for this to work preperly. If you
+ # the UTC time zone for this to work properly. If you
# use Netlify CMS, all good — the CMS picks UTC time
# by default. Otherwise, there may be very inaccurate
# times if multiple time zones are in your issue files.