Merge pull request #5393 from muhazzz/patch-1

Fix typo in the documentation
This commit is contained in:
Michael Friedrich 2017-07-20 15:31:30 +02:00 committed by GitHub
commit 695f6f90d7
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ exist.
Common best practices when creating a new plugin are for example:
* Choose the pragramming language wisely
* Choose the programming language wisely
* Scripting languages (Bash, Python, Perl, Ruby, PHP, etc.) are easier to write and setup but their check execution might take longer (invoking the script interpreter as overhead, etc.).
* Plugins written in C/C++, Go, etc. improve check execution time but may generate an overhead with installation and packaging.
* Use a modern VCS such as Git for developing the plugin (e.g. share your plugin on GitHub).