diff --git a/docs/how_to_create_plugin.md b/docs/how_to_create_plugin.md index a7c6961..19002da 100644 --- a/docs/how_to_create_plugin.md +++ b/docs/how_to_create_plugin.md @@ -104,5 +104,5 @@ If the plugin is on Github, your users will be able to use the shorthand of Hopefully, that was easy. As you can see, it's mostly shell scripting. -You can use other scripting languages (ruby, phyton etc) but plain old shell +You can use other scripting languages (ruby, python etc) but plain old shell is preferred because of portability.