Skip to content

Commit c47614f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix typo in MonitorSearchResponse description (DataDog#2831)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fd20a36 commit c47614f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8152,7 +8152,7 @@ components:
81528152
readOnly: true
81538153
type: object
81548154
MonitorSearchResponse:
8155-
description: The response form a monitor search.
8155+
description: The response from a monitor search.
81568156
example:
81578157
counts:
81588158
muted:

lib/datadog_api_client/v1/models/monitor_search_response.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
require 'time'
1818

1919
module DatadogAPIClient::V1
20-
# The response form a monitor search.
20+
# The response from a monitor search.
2121
class MonitorSearchResponse
2222
include BaseGenericModel
2323

0 commit comments

Comments
 (0)