Update tutorial.md

small typo
This commit is contained in:
Andrea Manzini 2016-08-30 10:07:28 +02:00 committed by GitHub
parent 5df28c76e8
commit ddc237872c

View file

@ -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()