Skip to content

Commit 377557b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix typo in MonitorSearchResponse description (#3312)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 86101d1 commit 377557b

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:

src/main/java/com/datadog/api/client/v1/model/MonitorSearchResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** The response form a monitor search. */
20+
/** The response from a monitor search. */
2121
@JsonPropertyOrder({
2222
MonitorSearchResponse.JSON_PROPERTY_COUNTS,
2323
MonitorSearchResponse.JSON_PROPERTY_METADATA,

0 commit comments

Comments
 (0)