Skip to content

Commit 9634a8d

Browse files
Add docs from gofiber/fiber@48e82e7
1 parent 35dcc94 commit 9634a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/api/hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type OnMountHandler = func(*App) error
3434

3535
## OnRoute
3636

37-
OnRoute is a hook to execute user functions on each route registeration. Also you can get route properties by **route** parameter.
37+
OnRoute is a hook to execute user functions on each route registration. Also you can get route properties by **route** parameter.
3838

3939
```go title="Signature"
4040
func (h *Hooks) OnRoute(handler ...OnRouteHandler)
@@ -104,7 +104,7 @@ func main() {
104104

105105
## OnGroup
106106

107-
OnGroup is a hook to execute user functions on each group registeration. Also you can get group properties by **group** parameter.
107+
OnGroup is a hook to execute user functions on each group registration. Also you can get group properties by **group** parameter.
108108

109109
```go title="Signature"
110110
func (h *Hooks) OnGroup(handler ...OnGroupHandler)

0 commit comments

Comments
 (0)