summaryrefslogtreecommitdiffstats
path: root/docs/templating/conrefs.md
diff options
context:
space:
mode:
authorSoreine <soreine.plume@gmail.com>2016-03-02 12:00:07 +0100
committerSoreine <soreine.plume@gmail.com>2016-03-03 16:39:18 +0100
commitb3662e07c1c6a0ca034ca3b145d53697fff0e1bd (patch)
tree007045d63193d75b4f288981baefb427000b42fe /docs/templating/conrefs.md
parent200e0c58c9808c24a605ea91199e0e8143f3b10c (diff)
downloadgitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.zip
gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.tar.gz
gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.tar.bz2
End of review
Diffstat (limited to 'docs/templating/conrefs.md')
-rw-r--r--docs/templating/conrefs.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templating/conrefs.md b/docs/templating/conrefs.md
index 4eb6e0b..252fec9 100644
--- a/docs/templating/conrefs.md
+++ b/docs/templating/conrefs.md
@@ -1,10 +1,10 @@
# Content References
-Content referencing (conref) is a convenient mechanism for reuse of content from other files or books.
+Content referencing (conref) is a convenient mechanism to reuse content from other files or books.
### Importing local files
-Importing an other file's content is really easy using the `include` tag:
+Importing an other file's content is easy using the `include` tag:
```
{% include "./test.md" %}
@@ -42,7 +42,7 @@ Template inheritance is a way to make it easy to reuse templates. When writing a
{% endblock %}
```
-In the file `mypage.md`, you should specify the blocks that can be extent:
+In the file `mypage.md`, you should specify the blocks that can be extended:
```
{% block pageContent %}