Skip to content

Commit

Permalink
Merge pull request #634 from github/taz/graphqlfix
Browse files Browse the repository at this point in the history
Update 02-first-use.md
  • Loading branch information
crichID committed Feb 9, 2018
2 parents c293d83 + 306ea1a commit 04f656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paths/graphql/02-first-use.md
Expand Up @@ -56,7 +56,7 @@ main-content: |
In this case, we only asked GraphQL to tell us our login name, but what if we wanted to know more?
Just below `login`, add a new line with the text `avatarURL`. Now your query should look like this:
Just below `login`, add a new line with the text `avatarUrl`. Now your query should look like this:
{
Expand Down

0 comments on commit 04f656e

Please sign in to comment.