Skip to content

Commit 9fd39a1

Browse files
committed
Merge pull request #22 from adamgross42/master
Possessive nouns and pluralization
2 parents e2ee2a5 + 6b6b885 commit 9fd39a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ this query would then be:
275275

276276
Assuming that the backing data for the GraphQL server identified R2-D2 as the
277277
hero. The response continues to vary based on the request; if we asked for
278-
R2-D2s ID and friends with this query:
278+
R2-D2's ID and friends with this query:
279279

280280
```
281281
query HeroNameAndFriendsQuery {
@@ -317,8 +317,8 @@ then we'll get back a response like this:
317317

318318
One of the key aspects of GraphQL is its ability to nest queries. In the
319319
above query, we asked for R2-D2's friends, but we can ask for more information
320-
about each of those objects. So let's construct a query that asks for R2-D2s
321-
friends, gets their name and episode appearances, then ask for each of *their*
320+
about each of those objects. So let's construct a query that asks for R2-D2's
321+
friends, gets their name and episode appearances, then asks for each of *their*
322322
friends.
323323

324324
```

0 commit comments

Comments
 (0)