Skip to content

Commit

Permalink
docs: improve readability (#25)
Browse files Browse the repository at this point in the history
PR-URL: #25
  • Loading branch information
krsriq committed Apr 30, 2024
1 parent 3431002 commit 203fd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ appears in the `types` array). If nothing in `types` is accepted, then `false`
is returned.

The `types` array can contain full MIME types or file extensions. Any value
that is not a full MIME types is passed to `require('mime-types').lookup`.
that is not a full MIME type is passed to `require('mime-types').lookup`.

#### .types()

Expand Down

0 comments on commit 203fd41

Please sign in to comment.