Skip to content

Commit

Permalink
Fix typo in test case name (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Feb 15, 2022
1 parent 6b9001e commit b081930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ tap.test('Headers get', t => {
tap.test('Headers has', t => {
t.plan(2)

t.test('returns boolean existance for a header name', t => {
t.test('returns boolean existence for a header name', t => {
t.plan(2)
const headers = new Headers()

Expand Down

0 comments on commit b081930

Please sign in to comment.