From 5a1d78cadfc85a0e01be81656bed1b079175a3c4 Mon Sep 17 00:00:00 2001 From: sean delaney Date: Thu, 1 Jun 2017 16:54:23 -0700 Subject: [PATCH] Fix wording in _docs/templates.md links section (#6114) Merge pull request 6114 --- docs/_docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/templates.md b/docs/_docs/templates.md index cc21b36b..c4eba3c8 100644 --- a/docs/_docs/templates.md +++ b/docs/_docs/templates.md @@ -552,7 +552,7 @@ Note you cannot add filters to `link` tags. For example, you cannot append a str ### Linking to posts -If you want like to include a link to a post on your site, the `post_url` tag will generate the correct permalink URL for the post you specify. +If you want to include a link to a post on your site, the `post_url` tag will generate the correct permalink URL for the post you specify. ```liquid {% raw %}