Skip to content

Commit db284d4

Browse files
authored
Merge pull request #1063 from vic-ma/fix-cs
Fix comma splices
2 parents 1de9a89 + a226084 commit db284d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/06-github/sections/1-setting-up-account.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image::images/signup.png[The GitHub sign-up form.]
99

1010
The next thing you'll see is the pricing page for upgraded plans, but it's safe to ignore this for now.
1111
GitHub will send you an email to verify the address you provided.
12-
Go ahead and do this, it's pretty important (as we'll see later).
12+
Go ahead and do this; it's pretty important (as we'll see later).
1313

1414
[NOTE]
1515
====

book/06-github/sections/2-contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Tony is looking for code to run on his Arduino programmable microcontroller and
5555
.The project we want to contribute to.
5656
image::images/blink-01-start.png[The project we want to contribute to.]
5757

58-
The only problem is that the blinking rate is too fast, we think it's much nicer to wait 3 seconds instead of 1 in between each state change.
58+
The only problem is that the blinking rate is too fast. We think it's much nicer to wait 3 seconds instead of 1 in between each state change.
5959
So let's improve the program and submit it back to the project as a proposed change.
6060

6161
First, we click the 'Fork' button as mentioned earlier to get our own copy of the project.

0 commit comments

Comments
 (0)