From 66feffbd41e70eb4cd89e000867fac17dd687669 Mon Sep 17 00:00:00 2001 From: Alan Cha Date: Thu, 30 Jul 2020 22:37:35 -0400 Subject: [PATCH] Fix typo --- exampleSite/content/shortcodes/attachments.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/shortcodes/attachments.en.md b/exampleSite/content/shortcodes/attachments.en.md index 6d573fd79a..8a2429cf30 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