Skip to content

Commit e4c8e80

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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:

api/datadogV1/model_monitor_search_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
99
)
1010

11-
// MonitorSearchResponse The response form a monitor search.
11+
// MonitorSearchResponse The response from a monitor search.
1212
type MonitorSearchResponse struct {
1313
// The counts of monitors per different criteria.
1414
Counts *MonitorSearchResponseCounts `json:"counts,omitempty"`

0 commit comments

Comments
 (0)