From 336a6468af8b0a08a7c94c8cd566f413a6d6755c Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 21 Oct 2019 19:59:10 +0900 Subject: [PATCH] Fix consecutive typo (#949) --- 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 640cb04c0..8c18052fd 100644 --- a/content/en/content-management/related.md +++ b/content/en/content-management/related.md @@ -55,7 +55,7 @@ Returns a collection of pages related to a given one restricted to a list of ind #### .RelatedTo KEYVALS [KEYVALS2 ...] Returns a collection of pages related together by a set of indices and their match. -In order to build those set and pass them as argument, one must use the `keyVals` function where the first argument would be the `indice` and the consective ones its potential `matches`. +In order to build those set and pass them as argument, one must use the `keyVals` function where the first argument would be the `indice` and the consecutive ones its potential `matches`. ``` {{ $related := .Site.RegularPages.RelatedTo ( keyVals "tags" "hugo" "rocks") ( keyVals "date" .Date ) }}