From 76738347d39d8acb8a590e94e71985001afb7ad4 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Thu, 21 Apr 2016 12:38:40 -0500 Subject: [PATCH] docs: Fix findRE typo --- 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 7cb749d05..9d1981e80 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 }}