Skip to content

Commit e24b200

Browse files
Fix documentation typo in content-type middleware
1 parent 4d3fa4d commit e24b200

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)