Skip to content

Commit

Permalink
Merge #185
Browse files Browse the repository at this point in the history
185: Minor fixes r=therealprof a=nickgolangi

As per issue #184.

I removed the word "long" as well, to further shift the tone from teaching toward collaboration.

Co-authored-by: nickgolangi <[email protected]>
  • Loading branch information
bors[bot] and nickgolangi committed Apr 22, 2019
2 parents 7989c72 + 6e2cc8f commit de3d55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/intro/install/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ you'll need to configure things a bit differently later on. You can move to the

If neither command worked as a normal user then try to run them with root
permission (e.g. `sudo openocd ..`). If the commands do work with root
permission then check that the [udev rules] has been correctly set.
permission then check that the [udev rules] have been correctly set.

[udev rules]: linux.md#udev-rules

Expand Down
2 changes: 1 addition & 1 deletion src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ echo $?
0
```

Let me break down that long QEMU command for you:
Let's break down that QEMU command:

- `qemu-system-arm`. This is the QEMU emulator. There are a few variants of
these QEMU binaries; this one does full *system* emulation of *ARM* machines
Expand Down

0 comments on commit de3d55f

Please sign in to comment.