diff --git a/website/docs/server/ktor-server/ktor-overview.mdx b/website/docs/server/ktor-server/ktor-overview.mdx index eda01ae6a3..7a66b0ef18 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 {