Skip to content

Commit bf98546

Browse files
authored
Fix typo of ktor-overview website page (#1968)
### 📝 Description add `need` ### 🔗 Related Issues original page: https://opensource.expediagroup.com/graphql-kotlin/docs/server/ktor-server/ktor-overview#configuration
1 parent 862460e commit bf98546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/server/ktor-server/ktor-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ implementation("com.expediagroup", "graphql-kotlin-ktor-server", latestVersion)
4747

4848
## Configuration
4949

50-
`graphql-kotlin-ktor-server` is a Ktor Server Plugin and you to manually install it in your [module](https://ktor.io/docs/modules.html).
50+
`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).
5151

5252
```kotlin
5353
class HelloWorldQuery : Query {

0 commit comments

Comments
 (0)