From: digitalcraftsman Date: Sat, 4 Feb 2017 21:23:57 +0000 (+0100) Subject: docs: Fix typo in templates/functions.md X-Git-Tag: v0.19~90 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dae6a453;p=brevno-suite%2Fhugo docs: Fix typo in templates/functions.md --- diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 7dc5f32f..f20aebeb 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.