Skip to content

Commit a34f8f0

Browse files
authored
Update naming.mdx (#1037)
Typo in text
1 parent e14d3b6 commit a34f8f0

File tree

1 file changed

+1
-1
lines changed
  • website/docs/plugin/sdkv2/best-practices

1 file changed

+1
-1
lines changed

website/docs/plugin/sdkv2/best-practices/naming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ verbs if the attribute is specifying whether to take some action, as with the
6666
`delete_on_termination` flag within the `root_block_device` block.
6767

6868
Boolean attributes are ideally oriented so that `true` means to do something
69-
and `false` means not to do it; it can be confusing do have "negative" flags
69+
and `false` means not to do it; it can be confusing to have "negative" flags
7070
that prevent something from happening, since they require the user to follow
7171
a double-negative in order to reason about what value should be provided.
7272

0 commit comments

Comments
 (0)