Skip to content

Commit

Permalink
Fix typo of ktor-overview website page (#1968)
Browse files Browse the repository at this point in the history
### 📝 Description

add `need`

### 🔗 Related Issues

original page:
https://opensource.expediagroup.com/graphql-kotlin/docs/server/ktor-server/ktor-overview#configuration
  • Loading branch information
T45K authored Apr 27, 2024
1 parent 862460e commit bf98546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/server/ktor-server/ktor-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bf98546

Please sign in to comment.