Skip to content

Commit

Permalink
comment typo fix (labstack#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
armatures authored and vishr committed Jan 9, 2019
1 parent 3f8b45c commit 1481763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ func (e *Echo) Close() error {
return e.Server.Close()
}

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

0 comments on commit 1481763

Please sign in to comment.