diff --git a/docs/static/plugin-manager.asciidoc b/docs/static/plugin-manager.asciidoc index e03ff3811..d36936718 100644 --- a/docs/static/plugin-manager.asciidoc +++ b/docs/static/plugin-manager.asciidoc @@ -2,9 +2,9 @@ == Working with plugins Logstash has a rich collection of input, filter, codec and output plugins. Plugins are available as self-contained -packages called gems and hosted on RubyGems.org. The plugin manager accesed via `bin/logstash-plugin` script is used to manage the -lifecycle of plugins in your Logstash deployment. You can install, uninstall and upgrade plugins using these Command Line -Interface (CLI) described below. +packages called gems and hosted on RubyGems.org. The plugin manager accessed via `bin/logstash-plugin` script is used to manage the +lifecycle of plugins in your Logstash deployment. You can install, uninstall and upgrade plugins using the Command Line +Interface (CLI) invocations described below. [float] [[listing-plugins]]