Skip to content

Commit d17ab3c

Browse files
authored
Fix typo in 5_adding_basic_code.md (#87)
1 parent 8e90098 commit d17ab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: articles/getting_started/5_adding_basic_code.md

+1-1
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)