From c7ba9e3e163a635b90afb65dda891092840b2616 Mon Sep 17 00:00:00 2001 From: Marco Jakob Date: Tue, 21 Aug 2018 14:17:58 +0200 Subject: [PATCH] Correct typo --- content/en/functions/GetPage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/GetPage.md b/content/en/functions/GetPage.md index 2d9de4d7a..366d1f093 100644 --- a/content/en/functions/GetPage.md +++ b/content/en/functions/GetPage.md @@ -31,7 +31,7 @@ aliases: [] This method wil return `nil` when no page could be found, so the above will not print anything if the blog section is not found. -To fund a regular page in the blog section:: +To find a regular page in the blog section:: ```go-html-template {{ with .Site.GetPage "/blog/my-post.md" }}{{ .Title }}{{ end }}