From 5138ae2436208bda1ab13dd23b236144abc82d48 Mon Sep 17 00:00:00 2001 From: Bastien Traverse Date: Sun, 3 Dec 2017 21:16:50 +0100 Subject: [PATCH] Fix typo in tutorial.md (#940) Delete extraneous "plugins" word in line 12. --- runtime/help/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/tutorial.md b/runtime/help/tutorial.md index 28032d3c..7d30df1c 100644 --- a/runtime/help/tutorial.md +++ b/runtime/help/tutorial.md @@ -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`.