summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management/related.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/content-management/related.md')
-rw-r--r--docs/content/en/content-management/related.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/content-management/related.md b/docs/content/en/content-management/related.md
index 640cb04c0..8c18052fd 100644
--- a/docs/content/en/content-management/related.md
+++ b/docs/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 ) }}