Skip to content

Commit c612253

Browse files
authored
Fix typo in rule documentation (#115)
1 parent 07309a6 commit c612253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/terraform_naming_convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ rule "terraform_naming_convention" {
238238
enabled = true
239239
format = "none"
240240
241-
local {
241+
locals {
242242
format = "snake_case"
243243
}
244244
}

0 commit comments

Comments
 (0)