]> git.lizzy.rs Git - micro.git/commitdiff
Fix typo in tutorial.md (#940)
authorBastien Traverse <bastien@traverse.email>
Sun, 3 Dec 2017 20:16:50 +0000 (21:16 +0100)
committerZachary Yedidia <zyedidia@gmail.com>
Sun, 3 Dec 2017 20:16:50 +0000 (15:16 -0500)
Delete extraneous "plugins" word in line 12.

runtime/help/tutorial.md

index 28032d3cb8b9d5fc07fb5def7f8ed1b940a79eb4..7d30df1c4b55ad8d4c9c853ea69c2ef5f61be631 100644 (file)
@@ -9,7 +9,7 @@ Hopefully you'll find this useful.
 ### Plugins
 
 Micro has a plugin manager which can automatically download plugins for you. To
-see the plugins 'official' plugins, go to github.com/micro-editor/plugin-channel.
+see the 'official' plugins, go to github.com/micro-editor/plugin-channel.
 
 For example, if you'd like to install the snippets plugin (listed in that repo),
 just press `CtrlE` to execute a command, and type `plugin install snippets`.