Skip to content

Commit

Permalink
Merge pull request #6812 from feisan/dev-kvkv
Browse files Browse the repository at this point in the history
Documentation: fixed  typo
  • Loading branch information
gyuho authored Nov 8, 2016
2 parents b2f8d8c + 97ac128 commit 1a969ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/dev-guide/grpc_naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The etcd client provides a gRPC resolver for resolving gRPC endpoints with an et
```go
import (
"github.com/coreos/etcd/clientv3"
etcdnaming "github.com/coroes/etcd/clientv3/naming"
etcdnaming "github.com/coreos/etcd/clientv3/naming"

"google.golang.org/grpc"
)
Expand Down

0 comments on commit 1a969ff

Please sign in to comment.