1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix typos in tutorial

parrent > parent, url > URL
This commit is contained in:
Steven Maude
2014-11-05 10:47:37 +00:00
parent 89791a000b
commit cb376b27f8

View 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: |