Skip to content

Commit 24b0709

Browse files
committed
Fixed typo in README
1 parent 57dab73 commit 24b0709

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)