Skip to content

Commit 6aacfd5

Browse files
committed
Merge pull request #88 from alicebob/patch-1
typo
2 parents 70708e4 + 0ba7dad commit 6aacfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
//
5656
// Catch-all parameters match anything until the path end, including the
5757
// directory index (the '/' before the catch-all). Since they match anything
58-
// until the end, catch-all paramerters must always be the final path element.
58+
// until the end, catch-all parameters must always be the final path element.
5959
// Path: /files/*filepath
6060
//
6161
// Requests:

0 commit comments

Comments
 (0)