diff options
| author | Graham Marlow <[email protected]> | 2020-06-12 20:04:14 -0700 |
|---|---|---|
| committer | Graham Marlow <[email protected]> | 2020-06-12 20:04:14 -0700 |
| commit | 69b95e207c10bd121a4f5738520e79d20f03ef2e (patch) | |
| tree | 1fcac74335a2e8665c60aedcb14129104a9da642 /deploy_template/mygame/documentation/08-controllers.md | |
| parent | f1123dea0eed163c0e8e8e8cf56b5ddf08b6f246 (diff) | |
| download | dragonruby-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.md | 2 |
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. |
