Skip to content

Commit

Permalink
Fixed the typo (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
mithileshgupta12 authored Feb 12, 2025
1 parent 1aae5b2 commit fe2c065
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 @@ -194,7 +194,7 @@ type Router interface {
// path, with a fresh middleware stack for the inline-Router.
Group(fn func(r Router)) Router

// Route mounts a sub-Router along a `pattern`` string.
// Route mounts a sub-Router along a `pattern` string.
Route(pattern string, fn func(r Router)) Router

// Mount attaches another http.Handler along ./pattern/*
Expand Down

0 comments on commit fe2c065

Please sign in to comment.