Skip to content

Commit 425ae93

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

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/datadogV1/model/model_monitor_search_response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use serde::{Deserialize, Deserializer, Serialize};
66
use serde_with::skip_serializing_none;
77
use std::fmt::{self, Formatter};
88

9-
/// The response form a monitor search.
9+
/// The response from a monitor search.
1010
#[non_exhaustive]
1111
#[skip_serializing_none]
1212
#[derive(Clone, Debug, PartialEq, Serialize)]

0 commit comments

Comments
 (0)