summaryrefslogtreecommitdiffhomepage
path: root/deploy_template/mygame/documentation/08-controllers.md
diff options
context:
space:
mode:
authorGraham Marlow <[email protected]>2020-06-12 20:04:14 -0700
committerGraham Marlow <[email protected]>2020-06-12 20:04:14 -0700
commit69b95e207c10bd121a4f5738520e79d20f03ef2e (patch)
tree1fcac74335a2e8665c60aedcb14129104a9da642 /deploy_template/mygame/documentation/08-controllers.md
parentf1123dea0eed163c0e8e8e8cf56b5ddf08b6f246 (diff)
downloaddragonruby-game-toolkit-contrib-69b95e207c10bd121a4f5738520e79d20f03ef2e.tar.gz
dragonruby-game-toolkit-contrib-69b95e207c10bd121a4f5738520e79d20f03ef2e.zip
Fix documentation typos
Diffstat (limited to 'deploy_template/mygame/documentation/08-controllers.md')
-rw-r--r--deploy_template/mygame/documentation/08-controllers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_template/mygame/documentation/08-controllers.md b/deploy_template/mygame/documentation/08-controllers.md
index 6b8b9bd..fca575f 100644
--- a/deploy_template/mygame/documentation/08-controllers.md
+++ b/deploy_template/mygame/documentation/08-controllers.md
@@ -33,7 +33,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.