Skip to content

Commit 7e6c222

Browse files
committed
Merge pull request #99 from mgmcdermott/patch-1
Fixed typo in README
2 parents 57dab73 + 24b0709 commit 7e6c222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ defaultArgs(Model);
267267
```
268268

269269
Which when added to args will let the resolver automatically support limit and ordering in args for graphql queries.
270-
Should be be used with fields of type `GraphQLList`
270+
Should be used with fields of type `GraphQLList`
271271

272272
```js
273273
import {defaultListArgs} from 'graphql-sequelize'

0 commit comments

Comments
 (0)