Skip to content

Commit

Permalink
docs: Update style formatting
Browse files Browse the repository at this point in the history
Apply Oxford comma style formatting.
  • Loading branch information
Ryan Johnson authored Jul 15, 2022
1 parent 54505db commit 3d981db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func NetworkInterfaceSubresourceSchema() map[string]*schema.Schema {
Type: schema.TypeString,
Optional: true,
Default: networkInterfaceSubresourceTypeVmxnet3,
Description: "The controller type. Can be one of e1000, e1000e, vmxnet3 or vrdma.",
Description: "The controller type. Can be one of e1000, e1000e, vmxnet3, or vrdma.",
ValidateFunc: validation.StringInSlice(networkInterfaceSubresourceTypeAllowedValues, false),
},
"use_static_mac": {
Expand Down

0 comments on commit 3d981db

Please # to comment.