@@ -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"
)