Skip to content

Commit 5d7178a

Browse files
authored
Merge pull request #345 from seeekr/patch-2
fix more typos in README.md
2 parents 19a237b + ea4f209 commit 5d7178a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Please take a look at [the tests](https://github.com/mickhansen/graphql-sequeliz
2424
### Features
2525

2626
- Automatically converts args to where if arg keys matches model attributes
27-
- Automatically converts a arg named 'limit' to a sequelize limit
28-
- Automatically converts a arg named 'order' to a sequelize order
27+
- Automatically converts an arg named 'limit' to a sequelize limit
28+
- Automatically converts an arg named 'order' to a sequelize order
2929
- Only loads the attributes defined in the query (automatically adds primary key and foreign keys)
3030
- Batching of nested associations (see [dataloader-sequelize](https://github.com/mickhansen/dataloader-sequelize))
3131

0 commit comments

Comments
 (0)