Browse Source

Documentation: fixed typo

Kelvin Liang 9 years ago
parent
commit
97ac128fef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/dev-guide/grpc_naming.md

+ 1 - 1
Documentation/dev-guide/grpc_naming.md

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