Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typos/grammar #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/overview/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ make
Black Magic Probe to your 1Bitsy using the JTAG ribbon cable. Make sure that you
plug in the Black Magic Probe first so that it's virtual serial interfaces get
indexed first. You can use the `dmesg` command to inspect what your linux kernel
is finding and doing while you are connecting thisgs together. Your 1Bitsy might
is finding and doing while you are connecting things together. Your 1Bitsy might
already have some firmware that exposes a serial port, which will interfere with
the instructions below. So make sure that your Black Magic Probe got
/dev/ttyACM0 and /dew/ttyACM1 assigned and not some other number. Of course you
/dev/ttyACM0 and /dev/ttyACM1 assigned and not some other number. Of course you
can adjust the commands further down in case the device files have different
names.

Expand Down Expand Up @@ -142,7 +142,7 @@ git submodule update
make
```

5: Connect Black Magic Probe and your 1Bitsy to the computer. Also connect the
5: Connect the Black Magic Probe and your 1Bitsy to the computer. Also connect the
Black Magic Probe to your 1Bitsy using the JTAG ribbon cable. You can look in
`About This Mac`->`System Report...`->`USB` if it is listing
`Black Magic Probe`, to make sure everything works the way it is supposed to.
Expand Down