mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 07:00:24 +09:00
Update tutorial.md
small typo
This commit is contained in:
@@ -74,7 +74,7 @@ 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,
|
||||
given that the current file is a Go file.
|
||||
|
||||
You can do that by puttint the following in `init.lua`:
|
||||
You can do that by putting the following in `init.lua`:
|
||||
|
||||
```lua
|
||||
function gorun()
|
||||
|
||||
Reference in New Issue
Block a user