Skip to content

Commit 020acb7

Browse files
Merge branch 'main' into feature/auto-rotation
2 parents 5e89670 + d17ab3c commit 020acb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/5_adding_basic_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ JoystickState jstate = Joystick.GetState((int) PlayerIndex.One);
207207

208208
This code fetches the current first joystick state `Joystick.GetState((int) PlayerIndex.One)` and stores it into a variable called `jstate`.
209209

210-
### CHeck the current value of "Axis" 2
210+
### Check the current value of "Axis" 2
211211

212212
```csharp
213213
if (jstate.Axes[1] < 0)

0 commit comments

Comments
 (0)