summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Maude <StevenMaude@users.noreply.github.com>2014-11-05 10:47:37 +0000
committerSteven Maude <StevenMaude@users.noreply.github.com>2014-11-05 10:47:37 +0000
commitcb376b27f808b2c0c6763365c4da3e9890d38089 (patch)
tree00fdfab694a2639cc4ef0596563e34aed97dae96
parent89791a000ba8fd614d8a8fa59a5ba76f21ea4d1d (diff)
Fix typos in tutorial
parrent > parent, url > URL
-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: |