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 5e4fe01 commit 927e9feCopy full SHA for 927e9fe
.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:
services/monitors/src/v1/models/MonitorSearchResponse.ts
@@ -5,7 +5,7 @@ import { MonitorSearchResponseMetadata } from "./MonitorSearchResponseMetadata";
5
import { MonitorSearchResult } from "./MonitorSearchResult";
6
7
/**
8
- * The response form a monitor search.
+ * The response from a monitor search.
9
*/
10
export class MonitorSearchResponse {
11
0 commit comments