Skip to content

Commit

Permalink
hcl: fix minor typos in docs (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila authored and Pam Selle committed Jul 22, 2019
1 parent 57bd5f3 commit 7fc5609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcl/structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ type Blocks []*Block
type Attributes map[string]*Attribute

// Body is a container for attributes and blocks. It serves as the primary
// unit of heirarchical structure within configuration.
// unit of hierarchical structure within configuration.
//
// The content of a body cannot be meaningfully intepreted without a schema,
// The content of a body cannot be meaningfully interpreted without a schema,
// so Body represents the raw body content and has methods that allow the
// content to be extracted in terms of a given schema.
type Body interface {
Expand Down

0 comments on commit 7fc5609

Please sign in to comment.