[DOCS] Fix typo in ingest node docs (#52671)

This commit is contained in:
bellengao 2020-02-25 20:51:02 +08:00 committed by James Rodewig
parent cf122d13b8
commit 49f37989c4

View File

@ -374,7 +374,7 @@ is not null safe alternative, so an explicit null check is needed.
[[ingest-conditional-complex]]
=== Complex Conditionals
The `if` condition can be more then a simple equality check.
The `if` condition can be more complex than a simple equality check.
The full power of the <<modules-scripting-painless, Painless Scripting Language>> is available and
running in the {painless}/painless-ingest-processor-context.html[ingest processor context].