Skip to content

Commit

Permalink
fix: some typos (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadev committed Mar 6, 2024
1 parent 34717b7 commit 3e04e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo.go
Expand Up @@ -70,7 +70,7 @@ type (
filesystem
common
// startupMutex is mutex to lock Echo instance access during server configuration and startup. Useful for to get
// listener address info (on which interface/port was listener binded) without having data races.
// listener address info (on which interface/port was listener bound) without having data races.
startupMutex sync.RWMutex
colorer *color.Color

Expand Down

0 comments on commit 3e04e3e

Please sign in to comment.