From 228b5a66fc89f136bcfb9285385fad371b96600b Mon Sep 17 00:00:00 2001 From: Success Go Date: Wed, 8 Jan 2020 12:56:35 +0800 Subject: [PATCH] Fix typo Former-commit-id: 33ddd4f93ab678d5b496a83088cfe35e61a6d49f --- iris.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris.go b/iris.go index f0e67b6d..41c923ae 100644 --- a/iris.go +++ b/iris.go @@ -564,7 +564,7 @@ func (app *Application) ConfigureHost(configurators ...host.Configurator) *Appli return app } -// NewHost accepts a standar *http.Server object, +// NewHost accepts a standard *http.Server object, // completes the necessary missing parts of that "srv" // and returns a new, ready-to-use, host (supervisor). func (app *Application) NewHost(srv *http.Server) *host.Supervisor {