docs: Fix typo in templates/functions.md
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Sat, 4 Feb 2017 21:23:57 +0000 (22:23 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2017 21:23:57 +0000 (22:23 +0100)
docs/content/templates/functions.md

index 7dc5f32feebf76c964af43cfd55c55802bd7aee3..f20aebebc77414557fc6105f5effa202a7275de1 100644 (file)
@@ -563,7 +563,7 @@ We can limit the number of matches in that list with a third parameter. Let's sa
         </ul>
     {{ 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.