Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork <68973000+moll-y@users.noreply.github.com>2021-06-12 10:24:59 +0300
committerGitHub <noreply@github.com>2021-06-12 10:24:59 +0300
commit45b16a0bb4f1edc5e8c623ffe49a56848cb46127 (patch)
treea83ddea86af6259696010d917e891ce0280cbd5f /exampleSite
parent325303a7f85bd95f7937325a9495744c56ce3935 (diff)
fix(typo): change 'a ex.*' for 'an ex.*' (#213)
In order to fix this kind of typo, the (not sophisticated) Regular Expression: `[a-zA-Z] [aA] [aeiouAEIOU]` was ran. That Regular Expression matches some good written sentences like `a User`, therefore, those has been omitted.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/categories/Test/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/categories/Test/_index.md b/exampleSite/content/categories/Test/_index.md
index 0b3cfa9..de42112 100644
--- a/exampleSite/content/categories/Test/_index.md
+++ b/exampleSite/content/categories/Test/_index.md
@@ -1,9 +1,9 @@
---
title: "Test"
-description: "This is a example category"
+description: "This is an example category"
slug: "test"
image: "hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg"
style:
background: "#2a9d8f"
color: "#fff"
---- \ No newline at end of file
+---