Doc: typo and missing word. (#5691)

This commit is contained in:
7lima 2016-07-26 18:05:35 +02:00 committed by Suyog Rao
parent 07f802c0ac
commit fcae528ad9

View file

@ -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]]