From ddc237872c5dbea71e7fb1c2f5d930b279cbb344 Mon Sep 17 00:00:00 2001 From: Andrea Manzini Date: Tue, 30 Aug 2016 10:07:28 +0200 Subject: [PATCH] Update tutorial.md small typo --- runtime/help/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()