Merge pull request #68 from dsymonds/patch-1

Fix typo.
This commit is contained in:
Qi Zhao
2015-02-25 23:33:44 -08:00

View File

@ -8,7 +8,7 @@ As outlined <a href="https://github.com/grpc/grpc-common/blob/master/grpc-auth-s
conn, err := grpc.Dial(serverAddr, grpc.WithTransportCredentials(credentials.NewClientTLSFromCert(nil, ""))
```
# Enableing TLS on a gRPC server
# Enabling TLS on a gRPC server
```Go
creds, err := credentials.NewServerTLSFromFile(certFile, keyFile)