Fix typo in version docs

This commit is contained in:
Brian Cain 2018-06-09 17:27:53 -07:00
parent fce30c14f0
commit 3c667240cd
No known key found for this signature in database
GPG Key ID: 80C9E82AC850CA43
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// The version package provides a location to set the release versions for all
// packages to consume, without creating import cycles.
//
// This pckage should not import any other terraform packages.
// This package should not import any other terraform packages.
package version
import (