]> BookStack Code Mirror - website/commitdiff
Fix typo 11/head
authorMorris Jobke <redacted>
Wed, 19 Apr 2017 05:40:17 +0000 (00:40 -0500)
committerGitHub <redacted>
Wed, 19 Apr 2017 05:40:17 +0000 (00:40 -0500)
content/docs/user/reusing-content.md

index 9f1ddb3210bcae7555641ed71956e85a7193bea0..06c82fa9ded1be7ca0c786f922bd1791a05acc19 100644 (file)
@@ -18,7 +18,7 @@ To include the content of a page within another you can used the following synta
 
 Here are some examples of this in use:
 
-* `{{@5}}` - Include all content from the page with and id of '5'.
+* `{{@5}}` - Include all content from the page with an id of '5'.
 * `{{@10#bkmrk-copyright-year}}` - Include the content within the element of id `bkmrk-copyright-year` in the page with an id of '10'.
 
 You simply enter that in the page editor and then, When the page is viewed, the content will be dynamically be fetched. This means you can update the referenced content and it will show the same changes on any page the content is included within.