Skip to content

Commit

Permalink
Fix spelling error in test name
Browse files Browse the repository at this point in the history
Just noticed this skimming through the tests and figured I'd offer a quick fix.
  • Loading branch information
NateEag authored and wesleytodd committed Mar 16, 2024
1 parent 361202d commit 3415497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/route.js
Expand Up @@ -574,7 +574,7 @@ describe('Router', function () {
.expect(200, {'0': 's', 'user': 'tj', 'op': 'edit'}, cb)
})

it('should work inside literal paranthesis', function (done) {
it('should work inside literal parentheses', function (done) {
var router = new Router()
var route = router.route('/:user\\(:op\\)')
var server = createServer(router)
Expand Down

0 comments on commit 3415497

Please sign in to comment.