diff --git a/website/docs/server/ktor-server/ktor-overview.mdx b/website/docs/server/ktor-server/ktor-overview.mdx index 66798dac42..0d28c12f46 100644 --- a/website/docs/server/ktor-server/ktor-overview.mdx +++ b/website/docs/server/ktor-server/ktor-overview.mdx @@ -47,7 +47,7 @@ implementation("com.expediagroup", "graphql-kotlin-ktor-server", latestVersion) ## Configuration -`graphql-kotlin-ktor-server` is a Ktor Server Plugin and you to manually install it in your [module](https://ktor.io/docs/modules.html). +`graphql-kotlin-ktor-server` is a Ktor Server Plugin, and you need to manually install it in your [module](https://ktor.io/docs/modules.html). ```kotlin class HelloWorldQuery : Query {