website: fix typo in connect example (#4774)
This commit is contained in:
parent
29170340b3
commit
70cedfd10a
|
@ -60,7 +60,7 @@ func main() {
|
|||
}
|
||||
|
||||
// Serve!
|
||||
server.ListenAndServerTLS("", "")
|
||||
server.ListenAndServeTLS("", "")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue