Skip to content

Commit 2bb72f5

Browse files
committed
Fixes typo
1 parent 90365b2 commit 2bb72f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

output/typescript/types.ts

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/cat/ml_jobs/CatJobsRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import { Bytes, Id } from '@_types/common'
2121
import { TimeUnit } from '@_types/Time'
22-
import { CatAnonalyDetectorColumns, CatRequestBase } from '@cat/_types/CatBase'
22+
import { CatAnomalyDetectorColumns, CatRequestBase } from '@cat/_types/CatBase'
2323

2424
/**
2525
* Get anomaly detection jobs.
@@ -78,9 +78,9 @@ export interface Request extends CatRequestBase {
7878
* Comma-separated list of column names to display.
7979
* @server_default buckets.count,data.processed_records,forecasts.total,id,model.bytes,model.memory_status,state
8080
*/
81-
h?: CatAnonalyDetectorColumns
81+
h?: CatAnomalyDetectorColumns
8282
/** Comma-separated list of column names or column aliases used to sort the response. */
83-
s?: CatAnonalyDetectorColumns
83+
s?: CatAnomalyDetectorColumns
8484
/**
8585
* The unit used to display time values.
8686
*/

0 commit comments

Comments
 (0)