]> git.lizzy.rs Git - micro.git/commitdiff
Fix typo in tutorial.md
authorJean-Francois Chevrette <jf.cron0@gmail.com>
Tue, 30 Aug 2016 13:38:49 +0000 (09:38 -0400)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2016 13:38:49 +0000 (09:38 -0400)
small typo

runtime/help/tutorial.md

index 8667f0f03bcc8a9f1444b7d09fcd423329693e97..baf536b9c8b7a054c4ec2a7c18a64530c60a7ef6 100644 (file)
@@ -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,