Skip to content

Commit d10933d

Browse files
authored
[DOCS] Fixes a typo in the processor descriptions. (#2241)
1 parent bcb1ecd commit d10933d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ingest/_types/Processors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ export class UrlDecodeProcessor extends ProcessorBase {
11211121
* If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.
11221122
* @server_default false
11231123
*/
1124-
ignre_missing?: boolean
1124+
ignore_missing?: boolean
11251125
/**
11261126
* The field to assign the converted value to.
11271127
* By default, the field is updated in-place.

0 commit comments

Comments
 (0)