Fix typo.

This commit is contained in:
David Symonds
2015-02-26 18:31:44 +11:00
parent 4949382060
commit 7d51ed30d7

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)