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 bd0c177 commit 7d5465eCopy full SHA for 7d5465e
echo.go
@@ -166,7 +166,7 @@ func (e *Echo) Group(pfx string, m ...Middleware) *Echo {
166
return &g
167
}
168
169
-// MaxParam sets the maximum number of path parameters allowd for the application.
+// MaxParam sets the maximum number of path parameters allowed for the application.
170
// Default value is 5, good enough for many use cases.
171
func (e *Echo) MaxParam(n uint8) {
172
e.maxParam = n
0 commit comments