Skip to content

Commit

Permalink
Update website/src/pages/docs/index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses authored and holocron.so committed Feb 4, 2024
1 parent 51bd483 commit c68ffc8
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 c68ffc8

Please sign in to comment.