Skip to content

Commit

Permalink
chore: fix typo (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
is2ei committed May 20, 2022
1 parent c293d8c commit f2def41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/static.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2840,7 +2840,7 @@ t.test('routes should fallback to default errorHandler', t => {
})
})

t.test('precent encoded URLs in glob mode', (t) => {
t.test('percent encoded URLs in glob mode', (t) => {
t.plan(4)

const fastify = Fastify({})
Expand Down

0 comments on commit f2def41

Please sign in to comment.