hcl: fix minor typos in docs (#71)

This commit is contained in:
Antti Kupila 2019-07-22 21:50:37 +02:00 committed by Pam Selle
parent 57bd5f374f
commit 7fc56095bc
1 changed files with 2 additions and 2 deletions

View File

@ -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 {