From 8ff3974263c607640252496d2998d3a0686e10eb Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Thu, 28 Sep 2023 02:48:42 +0000 Subject: [PATCH] fix(simulator): correct grammar --- src/wpilib/simulator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wpilib/simulator.md b/src/wpilib/simulator.md index fb624a0..0f20974 100644 --- a/src/wpilib/simulator.md +++ b/src/wpilib/simulator.md @@ -4,7 +4,7 @@ The WPILIB simulator lets you control a (fake) robot without expensive real hard ## Starting the simulator -After the robot's code can be downloaded, a simulator can be opened by pressing Ctrl-Shift-P and selecting the "Simulate robot code" option. The robot's state can be controlled in the upper right hand corner. Disabled means it will not accept input, autonomous means it will run a pre-programmed path, and teleoperated means it can be controlled by a driver. +After the robot's code is downloaded, a simulator can be opened by pressing Ctrl-Shift-P and selecting the "Simulate robot code" option. The robot's state can be controlled in the upper right hand corner. Disabled means it will not accept input, autonomous means it will run a pre-programmed path, and teleoperated means it can be controlled by a driver. ## Setting up controls