We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea12eaf commit 5b0b97eCopy full SHA for 5b0b97e
.generator/schemas/v1/openapi.yaml
@@ -8152,7 +8152,7 @@ components:
8152
readOnly: true
8153
type: object
8154
MonitorSearchResponse:
8155
- description: The response form a monitor search.
+ description: The response from a monitor search.
8156
example:
8157
counts:
8158
muted:
packages/datadog-api-client-v1/models/MonitorSearchResponse.ts
@@ -10,7 +10,7 @@ import { MonitorSearchResult } from "./MonitorSearchResult";
10
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
11
12
/**
13
- * The response form a monitor search.
+ * The response from a monitor search.
14
*/
15
export class MonitorSearchResponse {
16
0 commit comments