Update website/source/guides/hcl/component-object-spec/index.html.md.erb

Co-Authored-By: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Adrien Delorme 2019-12-18 15:59:26 +01:00 committed by GitHub
parent 971eac1701
commit da12c73726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ following snippet:
func (b *Builder) ConfigSpec() hcldec.ObjectSpec { return b.config.FlatMapstructure().HCL2Spec() } func (b *Builder) ConfigSpec() hcldec.ObjectSpec { return b.config.FlatMapstructure().HCL2Spec() }
``` ```
From now one every time you add or change a field of Config you will need to From now on every time you add or change a field of Config you will need to
run he `go generate` command again. run he `go generate` command again.