Browse Source

Fix typo in "handing" (missing "l") (#71383)

Gonzalo Servat 4 years ago
parent
commit
3a5eba485b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ingest.asciidoc

+ 1 - 1
docs/reference/ingest.asciidoc

@@ -576,7 +576,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.