Skip to content

Commit 19a237b

Browse files
authored
Merge pull request #344 from seeekr/patch-1
fix typo in README.md
2 parents 82a8f6e + 853b601 commit 19a237b

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
@@ -27,7 +27,7 @@ Please take a look at [the tests](https://github.com/mickhansen/graphql-sequeliz
2727
- Automatically converts a arg named 'limit' to a sequelize limit
2828
- Automatically converts a arg named 'order' to a sequelize order
2929
- Only loads the attributes defined in the query (automatically adds primary key and foreign keys)
30-
- Bathcing of nested associations (see [dataloader-sequelize](https://github.com/mickhansen/dataloader-sequelize))
30+
- Batching of nested associations (see [dataloader-sequelize](https://github.com/mickhansen/dataloader-sequelize))
3131

3232
### Relay & Connections
3333

0 commit comments

Comments
 (0)