From 221383088e1a73895d9a1ccf9422ffdb9c1eb4ba Mon Sep 17 00:00:00 2001
From: Stewart-YU
Date: Mon, 21 Aug 2017 08:16:34 +0800
Subject: [PATCH] Update page-templates.md
Fix the size of Font.
---
docs/home/contribute/page-templates.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/home/contribute/page-templates.md b/docs/home/contribute/page-templates.md
index 726969d2a4..060bd25a56 100644
--- a/docs/home/contribute/page-templates.md
+++ b/docs/home/contribute/page-templates.md
@@ -33,7 +33,7 @@ variables:
whatsnext - optional
-Then include templates/task.md like this:
+Then include templates/task.md like this:
{% raw %}...
{% include templates/task.md %}
{% endraw %}
@@ -105,7 +105,7 @@ variables:
whatsnext - optional
-Then include templates/tutorial.md like this:
+Then include templates/tutorial.md like this:
{% raw %}...
{% include templates/tutorial.md %}
{% endraw %}
@@ -185,7 +185,7 @@ variables:
whatsnext - optional
-Then include templates/concept.md like this:
+Then include templates/concept.md like this:
{% raw %}...
{% include templates/concept.md %}
{% endraw %}