From 5073d2f3824d45efdbde3db93eb6626ab70a645b Mon Sep 17 00:00:00 2001 From: cclay Date: Tue, 15 Sep 2015 09:12:39 -0400 Subject: [PATCH] Update how_to_create_plugin.md typo --- docs/how_to_create_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.