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

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cha <ac3805@columbia.edu>2020-07-31 05:37:35 +0300
committerMatthew Taylor <matalo33@users.noreply.github.com>2020-09-10 17:14:51 +0300
commit66feffbd41e70eb4cd89e000867fac17dd687669 (patch)
treeba5efb75e090f93a64c6c1cc09569e254611f572
parent704648b6a7f9748ea0ed4d6b484fb31e6cf7b1b4 (diff)
Fix typo
-rw-r--r--exampleSite/content/shortcodes/attachments.en.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/shortcodes/attachments.en.md b/exampleSite/content/shortcodes/attachments.en.md
index 6d573fd..8a2429c 100644
--- a/exampleSite/content/shortcodes/attachments.en.md
+++ b/exampleSite/content/shortcodes/attachments.en.md
@@ -12,7 +12,7 @@ The Attachments shortcode displays a list of files attached to a page.
The shortcurt lists files found in a **specific folder**.
Currently, it support two implementations for pages
-1. If your page is a markdown file, attachements must be place in a **folder** named like your page and ending with **.files**.
+1. If your page is a markdown file, attachements must be placed in a **folder** named like your page and ending with **.files**.
> * content
> * _index.md
@@ -20,7 +20,7 @@ Currently, it support two implementations for pages
> * attachment.pdf
> * page.md
-2. If your page is a **folder**, attachements must be place in a nested **'files'** folder.
+2. If your page is a **folder**, attachements must be placed in a nested **'files'** folder.
> * content
> * _index.md