Skip to content

Commit

Permalink
docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Mar 10, 2024
1 parent 757816c commit 607bdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ apiGroup.Handle("GET /bye", byeHandler)


// mount another group for the /admin path with its own set of middlewares,
// using `Set` method to show the alternative usage.
// using `Route` method to show the alternative usage.
// this group will inherit the middlewares from the base group as well
mux.Mount("/admin").Route(func(b *routegroup.Bundle) {
b.Use(adminMiddleware)
Expand Down

0 comments on commit 607bdc3

Please sign in to comment.