Skip to content

Commit 7538ac5

Browse files
authored
Merge pull request #236 from 599316527/master
Fix a spell error in README
2 parents 818744f + 779df42 commit 7538ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)