Skip to content

Commit 3415497

Browse files
NateEagwesleytodd
authored andcommitted
Fix spelling error in test name
Just noticed this skimming through the tests and figured I'd offer a quick fix.
1 parent 361202d commit 3415497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ describe('Router', function () {
574574
.expect(200, {'0': 's', 'user': 'tj', 'op': 'edit'}, cb)
575575
})
576576

577-
it('should work inside literal paranthesis', function (done) {
577+
it('should work inside literal parentheses', function (done) {
578578
var router = new Router()
579579
var route = router.route('/:user\\(:op\\)')
580580
var server = createServer(router)

0 commit comments

Comments
 (0)