Skip to content

Commit 943d03a

Browse files
authored
Merge pull request #1 from Nklya/master
Fix typos in Readme
2 parents d33d29f + 4bfaafb commit 943d03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# terraform-variables-generator
22

3-
Simple Tool for Generate Variables file from Terraform Configuration. It will find all *.tf files in current directory, and generate varibales.tf file, if you already have this file, it will ask to override it.
3+
Simple Tool for Generate Variables file from Terraform Configuration. It will find all *.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.
44

55
## Build
66

@@ -14,7 +14,7 @@ go build .
1414
./terraform-variables-generator
1515
```
1616

17-
It will find all *.tf files in current directory, and generate varibales.tf file, if you already have this file, it will ask to override it.
17+
It will find all *.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.
1818

1919
### Example
2020

0 commit comments

Comments
 (0)