From dae6a4539f30fb25bc06573471e1f231efc8f282 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 4 Feb 2017 22:23:57 +0100 Subject: [PATCH] docs: Fix typo in templates/functions.md --- docs/content/templates/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 7dc5f32fe..f20aebebc 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -563,7 +563,7 @@ We can limit the number of matches in that list with a third parameter. Let's sa {{ end }} -First, we try to find all second-level headers and generate a list if at least one header was found. `plainify` strips the HTML and `urlize` converts the header into an a valid URL. +First, we try to find all second-level headers and generate a list if at least one header was found. `plainify` strips the HTML and `urlize` converts the header into a valid URL. ### replace Replaces all occurrences of the search string with the replacement string.