Skip to content

Commit d2d29ff

Browse files
authored
Grammar
1 parent c652cbd commit d2d29ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kit/brain_board/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Brain Board
1616
<img src="{{ site.baseurl }}/images/content/kit/brain.png" alt="A photo of a brain board" title="A brain board" class="right" style="max-width: 50%"/>
1717
The Brain Board provided with your kit is what runs the code you write and controls the other peripheral boards. It consists of a [Raspberry Pi 4B](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/) and a Student Robotics KCH HAT.
1818

19-
The LEDs on the HAT display the current status of the robot and can be used to help debug your robot. There are also 3 RGB (Red, Green and Blue) LEDs that you can control from your code.
19+
The LEDs on the HAT display the current status of the robot and can be used to help debug your robot. There are also 3 RGB (Red, Green, and Blue) LEDs that you can control from your code.
2020

2121
## Board Diagram
2222

@@ -55,7 +55,7 @@ The OK LED shows the status of your code using different colours.
5555
Your Brain Board will not power on unless it's connected to the "L2" port on the Power Board.
5656
This is because the rest of the power outputs are disabled until the usercode runs.
5757

58-
## Flashing SD card
58+
## Flashing the SD card
5959

6060
The SD card is located on the underside of the board underneath the green power connector. Grab the SD card with your fingers and simply pull it out of the slot.
6161

@@ -66,7 +66,7 @@ The flashing procedure is identical to flashing Raspberry Pi images.
6666

6767
### Etcher
6868

69-
We recommend using [etcher](https://etcher.io), as it's simple to use, and available on Windows, macOS and Linux. If you're familiar with Raspberry Pis or other similar boards and have flashed images before with a different tool, that will also work.
69+
We recommend using [Etcher](https://etcher.io), as it's simple to use, and available on Windows, macOS and Linux. If you're familiar with Raspberry Pis or other similar boards and have flashed images before with a different tool, that should also work.
7070

7171
![Etcher example]({{ site.baseurl }}/images/content/kit/etcher.png)
7272

0 commit comments

Comments
 (0)