From 233bee434a5b73af8be65483f3fe73d152e6d9db Mon Sep 17 00:00:00 2001 From: Tad Thorley Date: Fri, 6 Sep 2019 15:24:45 -0600 Subject: Update 06-keyboard.md typo fix --- deploy_template/mygame/documentation/06-keyboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_template/mygame/documentation/06-keyboard.md b/deploy_template/mygame/documentation/06-keyboard.md index 33c9312..8f485cf 100644 --- a/deploy_template/mygame/documentation/06-keyboard.md +++ b/deploy_template/mygame/documentation/06-keyboard.md @@ -34,7 +34,7 @@ end # Truthy Keys -You can access all triggered keys through `thruthy_keys` on `keyboard`, `controller_one`, and `controller_two`. +You can access all triggered keys through `truthy_keys` on `keyboard`, `controller_one`, and `controller_two`. This is how you would right all keys to a file. The game must be in the foreground and have focus for this data to be recorded. -- cgit v1.2.3