summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Williams <nico@cryptonector.com>2014-12-12 17:46:17 -0600
committerNico Williams <nico@cryptonector.com>2014-12-12 17:46:17 -0600
commit54a0470c4262711e3897355906906160aab16752 (patch)
treec67f16fc6f7b2a0853143e04e0a4e0d253c8a9b0
parent3dd790c408f8660e50a510f6cab473c46e8384f3 (diff)
parentcb376b27f808b2c0c6763365c4da3e9890d38089 (diff)
Merge pull request #611 from StevenMaude/tutorial-typo-fixes
Fix typos in tutorial
-rw-r--r--docs/content/1.tutorial/default.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/1.tutorial/default.yml b/docs/content/1.tutorial/default.yml
index be0265b0..43097f3a 100644
--- a/docs/content/1.tutorial/default.yml
+++ b/docs/content/1.tutorial/default.yml
@@ -243,7 +243,7 @@ body:
- - -
- Next, let's try getting the URLs of the parrent commits out of the
+ Next, let's try getting the URLs of the parent commits out of the
API results as well. In each commit, the GitHub API includes information
about "parent" commits. There can be one or many.
@@ -311,7 +311,7 @@ body:
Here we're making an object as before, but this time the `parents`
field is being set to `[.parents[].html_url]}]`, which collects
- all of the parent commit urls defined in the parents object.
+ all of the parent commit URLs defined in the parents object.
- text: |