Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed May 12, 2022
1 parent c8e4e30 commit 1b43d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('mime-db', function () {
})
})

it('should contain only vlaid mime types', function () {
it('should contain only valid mime types', function () {
Object.keys(db).forEach(function (mime) {
assert.ok(typer.test(mime), 'type "' + mime + '" is a valid mime type')
})
Expand Down

0 comments on commit 1b43d30

Please sign in to comment.