Fix typo in tutorial.md (#940)

Delete extraneous "plugins" word in line 12.
This commit is contained in:
Bastien Traverse
2017-12-03 21:16:50 +01:00
committed by Zachary Yedidia
parent 98778a80c2
commit 5138ae2436

View 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`.