We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1357c commit 4b58f56Copy full SHA for 4b58f56
1 file changed
consul/builder.go
@@ -20,8 +20,8 @@ package consul
20
// scheme: http
21
// tags: nil
22
// Example: consul://localhost:1234/user-service?scheme=https&tags=primary,eu
23
-// Will connect the consul server localhost:1234 via https and looksup the
24
-// adress of the service with the name "user-service" and the tag "primary" or
+// Will connect the consul server localhost:1234 via https and lookup the
+// address of the service with the name "user-service" and the tag "primary" or
25
// "eu".
26
27
import (
0 commit comments