diff --git a/developing-with-nats/connecting/specific_server.md b/developing-with-nats/connecting/specific_server.md index ee6ea2b..c0bcc1e 100644 --- a/developing-with-nats/connecting/specific_server.md +++ b/developing-with-nats/connecting/specific_server.md @@ -19,7 +19,7 @@ if err != nil { } defer nc.Close() -// Do something with the connectioConnection nc = Nats.connect("nats://demo.nats.io:4222"); +// Do something with the connection nc = Nats.connect("nats://demo.nats.io:4222"); ``` {% endtab %}