]> granicus.if.org Git - jq/commitdiff
Fix typos in tutorial 611/head
authorSteven Maude <StevenMaude@users.noreply.github.com>
Wed, 5 Nov 2014 10:47:37 +0000 (10:47 +0000)
committerSteven Maude <StevenMaude@users.noreply.github.com>
Wed, 5 Nov 2014 10:47:37 +0000 (10:47 +0000)
parrent > parent, url > URL

docs/content/1.tutorial/default.yml

index be0265b037a2062ae4c63b9c9712cfc115961cc0..43097f3ac9613f1a688c779f6f82b1e1f57a2d8b 100644 (file)
@@ -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: |