diff --git a/command-base/command-system/binding-commands-to-triggers.md b/command-base/command-system/binding-commands-to-triggers.md index 5db1990..df6e9b1 100644 --- a/command-base/command-system/binding-commands-to-triggers.md +++ b/command-base/command-system/binding-commands-to-triggers.md @@ -46,7 +46,7 @@ The most-common way to trigger a command is to bind a command to a button on the ### Creating a GamepadButton -In order to create a `GamepadButton`, we first need a `GamapadEx`. +In order to create a `GamepadButton`, we first need a `GamepadEx`. ```java GamepadEx driverOp = new GamepadEx(gamepad1);