Browse Source

[DOCS] Fix typo

James Rodewig 4 years ago
parent
commit
db6da195d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ingest/processors.asciidoc

+ 1 - 1
docs/reference/ingest/processors.asciidoc

@@ -24,7 +24,7 @@ You must install any plugin processors on all nodes in your cluster. Otherwise,
 {es} will fail to create pipelines containing the processor.
 
 Mark a plugin as mandatory by setting `plugin.mandatory` in
-`elasticsearch.yml`. A node will fail to start is a mandatory plugin is not
+`elasticsearch.yml`. A node will fail to start if a mandatory plugin is not
 installed.
 
 [source,yaml]