Browse Source

[DOCS] Fix typo

James Rodewig 4 years ago
parent
commit
85b90f0d8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/index-modules.asciidoc

+ 1 - 1
docs/reference/index-modules.asciidoc

@@ -326,7 +326,7 @@ The final pipeline always runs after the request pipeline (if specified) and
 the default pipeline (if it exists). The special pipeline name `_none`
 indicates no ingest pipeline will run.
 +
-NOTE: You can't use a final pipelines to change the `_index` field. If the
+NOTE: You can't use a final pipeline to change the `_index` field. If the
 pipeline attempts to change the `_index` field, the indexing request will fail.
 
 [[index-mapping-dimension-fields-limit]]