Skip to content

Commit 0e4f169

Browse files
committed
Merge pull request #430 from kdelwat/fix-typos-chapter-6
Fix typos in Chapter 6
2 parents 54b82a1 + 26bbf03 commit 0e4f169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/06-github/sections/3-maintaining.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image::images/newrepoform.png[The ``new repository'' form.]
2323
All you really have to do here is provide a project name; the rest of the fields are completely optional.
2424
For now, just click the ``Create Repository'' button, and boom – you have a new repository on GitHub, named `<user>/<project_name>`.
2525

26-
Since you have no code there yet, GitHub will show you instructions for how create a brand-new Git repository, or connect an existing Git project.
26+
Since you have no code there yet, GitHub will show you instructions for how to create a brand-new Git repository, or connect an existing Git project.
2727
We won't belabor this here; if you need a refresher, check out <<_git_basics_chapter>>.
2828

2929
Now that your project is hosted on GitHub, you can give the URL to anyone you want to share your project with.

book/06-github/sections/5-scripting.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ You can use the API to do just about anything you can do on the website -- creat
224224

225225
==== Changing the Status of a Pull Request
226226

227-
One final example we'll look at since it's really useful if you're working with Pull Requests.
227+
There is one final example we'll look at since it's really useful if you're working with Pull Requests.
228228
Each commit can have one or more statuses associated with it and there is an API to add and query that status.
229229

230230
Most of the Continuous Integration and testing services make use of this API to react to pushes by testing the code that was pushed, and then report back if that commit has passed all the tests.

0 commit comments

Comments
 (0)