Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzerok authored and Peter Marton committed Jul 29, 2015
1 parent 329d6ff commit 02e6fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Which means, you are able to filter like below, if the age is indexed in your mo
```
users(age: 19) {}
user(_id: "mongoId1") {}
users(_id: "mongoId", "mongoId2"]) {}
users(_id: ["mongoId", "mongoId2"]) {}
```

## Test
Expand Down

0 comments on commit 02e6fe1

Please sign in to comment.