summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/mygame/documentation
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2019-09-06 20:15:27 -0500
committerGitHub <[email protected]>2019-09-06 20:15:27 -0500
commit3275989cb90e310e7a6f692be00a3ceee4157b6d (patch)
tree8b0915a5c6276038d6fee8cbe669fdad662711d0 /deploy_template/mygame/documentation
parent220c3f0ed4a323d5d7e354c7f1b7ff1e8b16c4e9 (diff)
parent233bee434a5b73af8be65483f3fe73d152e6d9db (diff)
downloaddragonruby-game-toolkit-contrib-3275989cb90e310e7a6f692be00a3ceee4157b6d.tar.gz
dragonruby-game-toolkit-contrib-3275989cb90e310e7a6f692be00a3ceee4157b6d.zip
Merge pull request #1 from phaedryx/patch-1
Update 06-keyboard.md
Diffstat (limited to 'deploy_template/mygame/documentation')
-rw-r--r--deploy_template/mygame/documentation/06-keyboard.md2
1 files changed, 1 insertions, 1 deletions
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.