Skip to content

Commit

Permalink
removing non-ascii character (#6710)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabhard authored and Zim Kalinowski committed Jul 24, 2019
1 parent 9dd05d3 commit 20c172b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5483,7 +5483,7 @@
"items": {
"type": "string"
},
"description": "Availability Zone to use for this host group – only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone."
"description": "Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone."
}
},
"allOf": [
Expand All @@ -5504,7 +5504,7 @@
"items": {
"type": "string"
},
"description": "Availability Zone to use for this host group – only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone."
"description": "Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone."
}
},
"allOf": [
Expand Down

0 comments on commit 20c172b

Please sign in to comment.