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.
1 parent a796238 commit 8559a4fCopy full SHA for 8559a4f
route.go
@@ -383,7 +383,7 @@ func (r *Route) PathPrefix(tpl string) *Route {
383
// The above route will only match if the URL contains the defined queries
384
// values, e.g.: ?foo=bar&id=42.
385
//
386
-// It the value is an empty string, it will match any value if the key is set.
+// If the value is an empty string, it will match any value if the key is set.
387
388
// Variables can define an optional regexp pattern to be matched:
389
0 commit comments