Fix a couple typos in documentation and a formatting issue

This commit is contained in:
Nelson Melo 2018-12-20 12:04:08 -05:00
parent a6c846b5b6
commit e07a78c64b
No known key found for this signature in database
GPG key ID: 15401B4A018E5981
4 changed files with 4 additions and 3 deletions

View file

@ -60,7 +60,7 @@ func (srv *Server) ListenAndServe() error {
return srv.Serve(ln)
}
// Serve runs Serve or ServetTLS on the underlaying http.Server and listen to
// Serve runs Serve or ServetTLS on the underlying http.Server and listen to
// channels to reload or shutdown the server.
func (srv *Server) Serve(ln net.Listener) error {
var err error