From: Jean-Francois Chevrette Date: Tue, 30 Aug 2016 13:38:49 +0000 (-0400) Subject: Fix typo in tutorial.md X-Git-Tag: v1.0.1~4^2~1^2 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3e428ff505d15060f8e43df0dafe8af3f52496a0;p=micro.git Fix typo in tutorial.md small typo --- diff --git a/runtime/help/tutorial.md b/runtime/help/tutorial.md index 8667f0f0..baf536b9 100644 --- a/runtime/help/tutorial.md +++ b/runtime/help/tutorial.md @@ -68,7 +68,7 @@ what actions are available, see the `keybindings` help topic (`> help keybinding If you need more power than the json files provide, you can use the `init.lua` file. Create it in `~/.config/micro`. This file is a lua file that is run -when micro starts and is essential a one-file plugin. +when micro starts and is essentially a one-file plugin. I'll show you how to use the `init.lua` file by giving an example of how to create a binding to `CtrlR` which will execute `go run` on the current file,