Skip to content

Commit

Permalink
Merge pull request #165 from remorses/holocron/1707069276177
Browse files Browse the repository at this point in the history
Update `website/src/pages/docs/index.mdx`
  • Loading branch information
remorses authored Feb 5, 2024
2 parents 51bd483 + c68ffc8 commit fbc8655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Quick Start

# Quick Start

Genql translate typed code into graphql queries, enabling you to get auto completion and validation for your graphql queries.
Genql translates typed code into graphql queries, enabling you to get auto completion and validation for your graphql queries.

To use genql you first need to generate a sdk client

Expand Down Expand Up @@ -52,4 +52,4 @@ client
.then(console.log)
```

Read more about the graphql client methods in the usage section
Read more about the graphql client methods in the usage section

0 comments on commit fbc8655

Please sign in to comment.