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