Skip to content

Commit 4b58f56

Browse files
author
Fabian Holler
committed
builder: fix spelling in godoc
1 parent 3f1357c commit 4b58f56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

consul/builder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ package consul
2020
// scheme: http
2121
// tags: nil
2222
// 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
23+
// Will connect the consul server localhost:1234 via https and lookup the
24+
// address of the service with the name "user-service" and the tag "primary" or
2525
// "eu".
2626

2727
import (

0 commit comments

Comments
 (0)