Skip to content

Commit 1e6e566

Browse files
authored
Fix typo in Content-Type docs (#1792)
1 parent 4cdbbbd commit 1e6e566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant/src/Servant/API/ContentTypes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
-- >>> type MyEndpoint = ReqBody '[JSON, PlainText] Book :> Put '[JSON, PlainText] Book
2525
--
2626
-- Meaning the endpoint accepts requests of Content-Type @application/json@
27-
-- or @text/plain;charset-utf8@, and returns data in either one of those
27+
-- or @text/plain;charset=utf8@, and returns data in either one of those
2828
-- formats (depending on the @Accept@ header).
2929
--
3030
-- If you would like to support Content-Types beyond those provided here,

0 commit comments

Comments
 (0)