shithub: hugo

Download patch

ref: dae6a4539f30fb25bc06573471e1f231efc8f282
parent: 19aff029b1b9b285cf6987860e9bd3b759853acc
author: digitalcraftsman <[email protected]>
date: Sat Feb 4 17:23:57 EST 2017

docs: Fix typo in templates/functions.md

--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -563,7 +563,7 @@
         </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.