Skip to content

Commit 405d090

Browse files
authored
Merge pull request #326 from jameslaneconkling/patch-1
Fix documentation typo in content-type middleware
2 parents 8cf6bfe + e24b200 commit 405d090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ring-core/src/ring/middleware/content_type.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
:mime-types - a map of filename extensions to mime-types that will be
2727
used in addition to the ones defined in
28-
ring.util.mime-types/default-mime-types"
28+
ring.util.mime-type/default-mime-types"
2929
([handler]
3030
(wrap-content-type handler {}))
3131
([handler options]

0 commit comments

Comments
 (0)