From 744c4470b9c7e95b6b40ec0eadad166b0a76e885 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Fri, 5 Feb 2021 15:23:30 +0000 Subject: [PATCH] Correct the spelling of heirarchical/hierarchical (#9980) --- .../job-specification/hcl2/functions/collection/setproduct.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/job-specification/hcl2/functions/collection/setproduct.mdx b/website/content/docs/job-specification/hcl2/functions/collection/setproduct.mdx index 5a1a23091..222c251fb 100644 --- a/website/content/docs/job-specification/hcl2/functions/collection/setproduct.mdx +++ b/website/content/docs/job-specification/hcl2/functions/collection/setproduct.mdx @@ -221,7 +221,7 @@ elements in the input variables. - [`contains`](/docs/job-specification/hcl2/functions/collection/contains) tests whether a given list or set contains a given element value. -- [`flatten`](/docs/job-specification/hcl2/functions/collection/flatten) is useful for flattening heirarchical data +- [`flatten`](/docs/job-specification/hcl2/functions/collection/flatten) is useful for flattening hierarchical data into a single list, for situations where the relationships between two object types are defined explicitly. - [`setintersection`](/docs/job-specification/hcl2/functions/collection/setintersection) computes the _intersection_ of