diff --git a/MVC.md b/MVC.md index 1094213..88b16ab 100644 --- a/MVC.md +++ b/MVC.md @@ -112,7 +112,7 @@ If `mvc.New(app.Party("/profile")).Handle(new(profile.Controller))` If `mvc.New(app.Party("/assets")).Handle(new(file.Controller))` -- `func(*Controller) GetByWildard(path string)` - `GET:/assets/{param:path}` +- `func(*Controller) GetByWildcard(path string)` - `GET:/assets/{param:path}` Supported types for method functions receivers: int, int64, bool and string.