Skip to content

Commit 1481763

Browse files
armaturesvishr
authored andcommitted
comment typo fix (#1246)
1 parent 3f8b45c commit 1481763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ func (e *Echo) Close() error {
682682
return e.Server.Close()
683683
}
684684

685-
// Shutdown stops server the gracefully.
685+
// Shutdown stops the server gracefully.
686686
// It internally calls `http.Server#Shutdown()`.
687687
func (e *Echo) Shutdown(ctx stdContext.Context) error {
688688
if err := e.TLSServer.Shutdown(ctx); err != nil {

0 commit comments

Comments
 (0)