Fix typo in version docs
This commit is contained in:
parent
fce30c14f0
commit
3c667240cd
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue