Skip to content

Commit

Permalink
Fix intro docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Jan 28, 2022
1 parent e5a3973 commit 75ed200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const schema = await buildSchema({
});
```

When you expose that schema over the HTTP, following the [bootstrap guide](https://typegraphql.com/docs/bootstrap.html#create-an-http-graphql-endpoint), you will be able to execute such complex query, that talks with the real database, in just a few minutes!
When you expose that schema over the HTTP, following the [bootstrap guide](https://typegraphql.com/docs/bootstrap.html#create-an-http-graphql-endpoint), you will be able to execute a complex query, that talks with the real database, in just a few minutes!

```graphql
query GetSomeUsers {
Expand Down

0 comments on commit 75ed200

Please sign in to comment.