website: fix typo in connect example (#4774)

pull/5155/head
Matt Ho 2018-10-10 02:01:57 -07:00 committed by Hans Hasselberg
parent 6b487f80ff
commit 59f9d5ccd1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func main() {
}
// Serve!
server.ListenAndServerTLS("", "")
server.ListenAndServeTLS("", "")
}
```