We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70708e4 + 0ba7dad commit 6aacfd5Copy full SHA for 6aacfd5
router.go
@@ -55,7 +55,7 @@
55
//
56
// Catch-all parameters match anything until the path end, including the
57
// 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.
+// until the end, catch-all parameters must always be the final path element.
59
// Path: /files/*filepath
60
61
// Requests:
0 commit comments