From: Cameron Moore Date: Thu, 21 Apr 2016 17:38:40 +0000 (-0500) Subject: docs: Fix findRE typo X-Git-Tag: v0.16~54 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76738347;p=brevno-suite%2Fhugo docs: Fix findRE typo --- diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 7cb749d0..9d1981e8 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -486,7 +486,7 @@ We can limit the number of matches in that list with a third parameter. Let's sa {{ findRE "(.|\n)*?" .Content 1 }} -`findRe` allows us to build an automatically generated table of contents that could be used for a simple scrollspy: +`findRE` allows us to build an automatically generated table of contents that could be used for a simple scrollspy: {{ $headers := findRE "(.|\n)*?" .Content }}