#41 typos again
Merged by glb. Opened by rlengland.
rlengland/fedora-magazine fixes  into  master

Download 41.patch

gfet -> get setup -> set up

LGTM 🙂

Pull-Request has been merged by glb

On double-checking, I see that I missed another typo:

That is required before an article can be assign to you.

should be

That is required before an article can be assigned to you.

But I already hit the merge button. So you will have to submit another PR.

Also, I should probably have mentioned this earlier, but it is recommended to break the lines up into shorter segments so that things aren't hidden and missed when looking at the diffs on the web interface (like this one was).

So if you look here, you'll notice that the grammar mistake is hidden unless you scroll to the right.

But if you look here, you'll notice (depending on your font/screen size) that no edits are hidden from view.

Since a newline in asciidoc just shows up as a white-space character, you can add extra newlines to keep the lines from getting too long. As long as you don't enter a double newline, you won't get a paragraph break.

So it would be good if you could break up the long lines a bit as you go. But this isn't super important. It is just a recommendation to help make managing/proofreading the diffs easier.

Metadata