From 57f4816d92d5d1b5fdf779e77838a30896f243b9 Mon Sep 17 00:00:00 2001 From: SriramKalki <79238833+SriramKalki@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:45:27 -0500 Subject: [PATCH] Bored but I found a typo lol --- command-base/command-system/binding-commands-to-triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);