From 7fc56095bc354b57520914b4e1222e7f98e506f8 Mon Sep 17 00:00:00 2001 From: Antti Kupila Date: Mon, 22 Jul 2019 21:50:37 +0200 Subject: [PATCH] hcl: fix minor typos in docs (#71) --- hcl/structure.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hcl/structure.go b/hcl/structure.go index b336f30..aab0945 100644 --- a/hcl/structure.go +++ b/hcl/structure.go @@ -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 {