From 62566d3306435baf3f5da48a0161e20e399f5cc8 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sun, 16 Apr 2023 21:40:53 +0200 Subject: [PATCH] Fixing typos --- assets/sass/styles.sass | 2 +- exampleSite/config.toml | 2 +- layouts/partials/card.html | 2 +- layouts/partials/head/css.html | 2 +- layouts/partials/head/open_graph.html | 2 +- theme.toml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/sass/styles.sass b/assets/sass/styles.sass index e485fad..ebbe2d2 100644 --- a/assets/sass/styles.sass +++ b/assets/sass/styles.sass @@ -12,7 +12,7 @@ // Text helper @import "_text.sass" -// Positionning helper +// Positioning helper @import "_position.sass" // Global theme diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7725f10..fb89d80 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -94,7 +94,7 @@ pre = "" # pre is inserted before the translation (icons, image, etc) url = "/#contact" weight = 30 -# Syntax highlightning +# Syntax highlighting [markup.highlight] guessSyntax = true lineNumbersInTable = true diff --git a/layouts/partials/card.html b/layouts/partials/card.html index d280b26..2cd3c54 100644 --- a/layouts/partials/card.html +++ b/layouts/partials/card.html @@ -1,6 +1,6 @@
- {{/* A span is used instead a div for accessibiliy, tag can't wrap div elements */}} + {{/* A span is used instead a div for accessibility, tag can't wrap div elements */}} {{ with .Params.banner }}
diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index ae10991..e3c8a21 100644 --- a/layouts/partials/head/css.html +++ b/layouts/partials/head/css.html @@ -11,7 +11,7 @@ integrity="{{ $bundle.Data.Integrity }}"> {{ end }} -{{/* Blog post page syntax highlightning */}} +{{/* Blog post page syntax highlighting */}} {{ if eq .Type "blog" }} {{ $syntax := resources.Get "css/syntax.css" }} {{ $syntax = $syntax | resources.Minify | fingerprint "md5" }} diff --git a/layouts/partials/head/open_graph.html b/layouts/partials/head/open_graph.html index 6efc7e6..f11a385 100644 --- a/layouts/partials/head/open_graph.html +++ b/layouts/partials/head/open_graph.html @@ -9,4 +9,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme.toml b/theme.toml index 8036ae2..dd9673a 100644 --- a/theme.toml +++ b/theme.toml @@ -7,7 +7,7 @@ features = [ "responsive", "tailwindcss", "blog", - "syntax highlightning", + "syntax highlighting", ] homepage = "https://sponge-bob.netlify.app/" license = "MIT" @@ -27,7 +27,7 @@ tags = [ "multilingual", "personal", "resume", - "syntax highlightning", + "syntax highlighting", "white", ]