From c68ffc8d4452cecfa57fa636579fab0468b02f99 Mon Sep 17 00:00:00 2001 From: Morse Date: Sun, 4 Feb 2024 18:54:39 +0100 Subject: [PATCH] Update `website/src/pages/docs/index.mdx` --- website/src/pages/docs/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/docs/index.mdx b/website/src/pages/docs/index.mdx index b6f2c2f5..30a2f22e 100644 --- a/website/src/pages/docs/index.mdx +++ b/website/src/pages/docs/index.mdx @@ -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 @@ -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 \ No newline at end of file