Skip to content

Commit d05ce00

Browse files
committed
fixing a typo, and correcting docs
1 parent 8fa781c commit d05ce00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/migrate/_types/CreateFrom.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import { Indices } from '@_types/common'
2121

2222
export class CreateFrom {
2323
/**
24-
* Reindex mode. Currently only 'upgrade' is supported.
24+
* Mappings overrides to be applied to the destination index (optional)
2525
*/
2626
mappings_override: string
2727
/**
28-
* The source index or data stream (only data streams are currently supported).
28+
* Settings overrides to be applied to the destination index (optional)
2929
*/
30-
settings_ovveride: string
30+
settings_override: string
3131
}
3232

0 commit comments

Comments
 (0)