diff --git a/runtime/help/tutorial.md b/runtime/help/tutorial.md index 8667f0f0..538d1e6f 100644 --- a/runtime/help/tutorial.md +++ b/runtime/help/tutorial.md @@ -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()