1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

Merge pull request #1427 from successgo/fix-typo

Fix typo

Former-commit-id: b70db2e1f3329ab53a08815a00613f92aa5c595d
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-01-08 07:38:23 +02:00
committed by GitHub

View File

@@ -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 {