Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #49 from deining/fix-typos
Browse files Browse the repository at this point in the history
Fixing typos
  • Loading branch information
negrel authored Apr 17, 2023
2 parents 2a57f5b + 62566d3 commit 8ee05b0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/sass/styles.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Text helper
@import "_text.sass"

// Positionning helper
// Positioning helper
@import "_position.sass"

// Global theme
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/card.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="{{ .Permalink }}" class="no-underline block">
<div class="mb-4 border border-primary-light dark:border-secondary-light rounded-md overflow-hidden">
{{/* A span is used instead a div for accessibiliy, <a> tag can't wrap div elements */}}
{{/* A span is used instead a div for accessibility, <a> tag can't wrap div elements */}}
<span class="block">
{{ with .Params.banner }}
<div class="h-48 overflow-hidden bg-cover bg-center" style="background-image: url('{{ . | absURL }}');">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/head/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/head/open_graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
<meta property="article:modified_time" content="2013-09-16T19:08:47+01:00" />
<meta property="article:section" content="Article Section" />
<meta property="article:tag" content="Article Tag" />
<meta property="fb:admins" content="Facebook numberic ID" />
<meta property="fb:admins" content="Facebook numeric ID" />
4 changes: 2 additions & 2 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ features = [
"responsive",
"tailwindcss",
"blog",
"syntax highlightning",
"syntax highlighting",
]
homepage = "https://sponge-bob.netlify.app/"
license = "MIT"
Expand All @@ -27,7 +27,7 @@ tags = [
"multilingual",
"personal",
"resume",
"syntax highlightning",
"syntax highlighting",
"white",
]

Expand Down

0 comments on commit 8ee05b0

Please sign in to comment.