浏览代码

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

Gonzalo Servat 4 年之前
父节点
当前提交
3a5eba485b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.