Skip to content

Commit 56f0674

Browse files
committed
Fix typo in docs for InitAndValidateInputsE()
1 parent bf09987 commit 56f0674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/terraform/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func InitAndValidateE(t testing.TestingT, options *Options) (string, error) {
5656
return ValidateE(t, options)
5757
}
5858

59-
// InitAndValidateInputsE runs terragrunt init and validate with the given options and rerutns stdout/stderr
59+
// InitAndValidateInputsE runs terragrunt init and validate with the given options and returns stdout/stderr
6060
func InitAndValidateInputsE(t testing.TestingT, options *Options) (string, error) {
6161
if _, err := InitE(t, options); err != nil {
6262
return "", err

0 commit comments

Comments
 (0)