From f39169e77e06e99472ab413671804e496758c498 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Wed, 7 Apr 2021 10:24:08 -0400 Subject: [PATCH] Fix typo in "handing" (missing "l") (#71383) (#71397) Co-authored-by: Gonzalo Servat --- docs/reference/ingest.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ingest.asciidoc b/docs/reference/ingest.asciidoc index 7de06f29fa05d..fd1294b235aa0 100644 --- a/docs/reference/ingest.asciidoc +++ b/docs/reference/ingest.asciidoc @@ -578,7 +578,7 @@ PUT _ingest/pipeline/my-pipeline [discrete] [[handling-pipeline-failures]] -=== Handing pipeline failures +=== Handling pipeline failures A pipeline's processors run sequentially. By default, pipeline processing stops when one of these processors fails or encounters an error.