Merge pull request #18225 from briancain/fix-versoin-doc-typo

Fix typo in version docs
This commit is contained in:
Brian Cain 2018-07-23 10:14:55 -07:00 committed by GitHub
commit a29403a96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 (