Skip to content

Commit 0d300d3

Browse files
committed
Fix spelling issue
1 parent 0c6f7cf commit 0d300d3

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/11_input_management

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/11_input_management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ The `Update` method for the `InputManager` calls update for each device so that
347347

348348
## Implementing the InputManager Class
349349

350-
Now tha we have our input management system complete, we will update our game to use it. We will do this in two steps:
350+
Now that we have our input management system complete, we will update our game to use it. We will do this in two steps:
351351

352352
1. First, update the `Core` class to add the `InputManager` globally.
353353
2. Update the `Game1` class to use the global input manager from `Core`.

0 commit comments

Comments
 (0)