Skip to content

Commit 927e9fe

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix typo in MonitorSearchResponse description (#3114)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 5e4fe01 commit 927e9fe

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:

services/monitors/src/v1/models/MonitorSearchResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { MonitorSearchResponseMetadata } from "./MonitorSearchResponseMetadata";
55
import { MonitorSearchResult } from "./MonitorSearchResult";
66

77
/**
8-
* The response form a monitor search.
8+
* The response from a monitor search.
99
*/
1010
export class MonitorSearchResponse {
1111
/**

0 commit comments

Comments
 (0)