Small typo fix in the docs. (#22180)

There is a small typo in the convert processor code example.
This commit is contained in:
Pablo Musa 2016-12-16 14:50:06 +01:00 committed by Clinton Gormley
parent 0c0353fc7d
commit 152efe95e6
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ such a case, `target_field` will still be updated with the unconverted field val
--------------------------------------------------
{
"convert": {
"field" : "foo"
"field" : "foo",
"type": "integer"
}
}