Skip to content

Commit

Permalink
typo fix changed openapi spec again
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Sep 20, 2024
1 parent 3d5ccc2 commit a24eca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/nexus-internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@
"format": "date-time"
},
"auto_restart_enabled": {
"description": "`true` if this instance's auto-restart policy will permit the control plane is permitted to automatically restart it if it enters the `Failed` state.",
"description": "`true` if this instance's auto-restart policy will permit the control plane to automatically restart it if it enters the `Failed` state.",
"type": "boolean"
},
"description": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -15099,7 +15099,7 @@
"format": "date-time"
},
"auto_restart_enabled": {
"description": "`true` if this instance's auto-restart policy will permit the control plane is permitted to automatically restart it if it enters the `Failed` state.",
"description": "`true` if this instance's auto-restart policy will permit the control plane to automatically restart it if it enters the `Failed` state.",
"type": "boolean"
},
"description": {
Expand Down

0 comments on commit a24eca2

Please sign in to comment.