Skip to content

Commit

Permalink
Correct the spelling of heirarchical/hierarchical (#9980)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan authored Feb 5, 2021
1 parent 79e3c3a commit 744c447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 744c447

Please sign in to comment.