Skip to content

Commit

Permalink
fix(typo): Fix typo in request.test.ts (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 authored Jun 3, 2024
1 parent 6a5c649 commit d260d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('Query', () => {
})

describe('Param', () => {
test('req.param() withth ParamStash', () => {
test('req.param() with ParamStash', () => {
const rawRequest = new Request('http://localhost?page=2&tag=A&tag=B')
const req = new HonoRequest<'/:id/:name'>(rawRequest, '/123/key', [
[
Expand Down

0 comments on commit d260d21

Please sign in to comment.