From 2f6f682ba2521ad74637af99ab6b372f0f35d152 Mon Sep 17 00:00:00 2001 From: Wong Heung Sang Date: Sat, 23 Jun 2018 08:51:35 +0800 Subject: [PATCH] Fixed a typo --- content/en/content-management/related.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/related.md b/content/en/content-management/related.md index 5755676c3..9a4c77d40 100644 --- a/content/en/content-management/related.md +++ b/content/en/content-management/related.md @@ -39,7 +39,7 @@ To list up to 5 related pages is as simple as including something similar to thi Read [this blog article](https://regisphilibert.com/blog/2018/04/hugo-optmized-relashionships-with-related-content/) for a great explanation of more advanced usage of this feature. {{% /note %}} -The full set of methods available on the page lists can bee seen in this Go interface: +The full set of methods available on the page lists can be seen in this Go interface: ```go // A PageGenealogist finds related pages in a page collection. This interface is implemented