Skip to content

Commit b23d0e3

Browse files
authored
Merge pull request #1616 from particleflux/fix-docs-typo-validate
Fix typo in docs for `InitAndValidateInputsE()`
2 parents bf09987 + 56f0674 commit b23d0e3

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)