Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit b64505a

Browse files
Merge pull request #127 from detinsley1s/patch-1
Update 03_customer-routes.md
2 parents 1678df4 + 68949d9 commit b64505a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creating HTTP APIs with Ktor/03_customer-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Accept: application/json
8181

8282
When a client makes such a request, content negotiation allows the server to examine the `Accept` header, see if it can serve this specific type of content, and if so, return the result.
8383

84-
In our case, we're going to install the `ContentNegotitaion` feature and enable its support for JSON. Let's add the following code to the `Application.module()` function:
84+
In our case, we're going to install the `ContentNegotiation` feature and enable its support for JSON. Let's add the following code to the `Application.module()` function:
8585

8686
```kotlin
8787
fun Application.module() {

0 commit comments

Comments
 (0)