From 14817630358f996af2ad345ef83bafb83d712fbe Mon Sep 17 00:00:00 2001 From: Charlie Bevis <3068252+armatures@users.noreply.github.com> Date: Wed, 9 Jan 2019 16:14:26 -0700 Subject: [PATCH] comment typo fix (#1246) --- echo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo.go b/echo.go index caf3fa35..35067a30 100644 --- a/echo.go +++ b/echo.go @@ -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 {