Skip to content

Commit

Permalink
Fix typo in mac address description
Browse files Browse the repository at this point in the history
  • Loading branch information
annakhm committed Jul 13, 2020
1 parent 39e9ff3 commit 7e53ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_policy_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func getCriteriaSetSchema() *schema.Resource {
},
"macaddress_expression": {
Type: schema.TypeList,
Description: "An MAC address expression specifying MAC Address members in the Group",
Description: "MAC address expression specifying MAC Address members in the Group",
Elem: getMACAddressExpressionSchema(),
Optional: true,
MaxItems: 1,
Expand Down

0 comments on commit 7e53ddf

Please sign in to comment.