Skip to content

Commit 8258bd3

Browse files
authored
Merge pull request #580 from dargmuesli/patch-1
docs(readme): correct typo
2 parents b0aa275 + 8aac8c1 commit 8258bd3

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
@@ -68,7 +68,7 @@ COMMENT ON SCHEMA public IS e'@graphql({"inflect_names": true})';
6868
```
6969
Translates into a GraphQL schema displayed below.
7070

71-
Each table receives an entrypoint in the top level `Query` type that is a pageable collection with relationships defined by its foreign keys. Tables similarly recieve entrypoints in the `Mutation` schema that enable bulk operations for insert, update, and delete.
71+
Each table receives an entrypoint in the top level `Query` type that is a pageable collection with relationships defined by its foreign keys. Tables similarly receive entrypoints in the `Mutation` schema that enable bulk operations for insert, update, and delete.
7272

7373
![GraphiQL](./docs/assets/quickstart_graphiql.png)
7474

0 commit comments

Comments
 (0)