Skip to content

Commit 779df42

Browse files
author
hekai02
committed
Fix a spell error in README
1 parent 818744f commit 779df42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ header. Can either be a path to a
240240
[`.types`](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
241241
file or an object hash of type(s).
242242

243-
ecstatic({ mimeType: { 'mime-type': ['file_extension', 'file_extension'] } })
243+
ecstatic({ mimeTypes: { 'mime-type': ['file_extension', 'file_extension'] } })
244244

245245
### `opts.handleError`
246246

0 commit comments

Comments
 (0)