Skip to content

Commit

Permalink
[docs] typo (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikhaldar authored and elithrar committed Feb 17, 2019
1 parent a796238 commit 8559a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ func (r *Route) PathPrefix(tpl string) *Route {
// The above route will only match if the URL contains the defined queries
// values, e.g.: ?foo=bar&id=42.
//
// 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.
//
// Variables can define an optional regexp pattern to be matched:
//
Expand Down

0 comments on commit 8559a4f

Please sign in to comment.