Skip to content

Commit

Permalink
Update grpc-start.md (#15449)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored and Rick-Anderson committed Nov 2, 2019
1 parent cb10474 commit 72c8726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnetcore/tutorials/grpc/grpc-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ Update the gRPC client *Program.cs* file with the following code:

The Greeter client is created by:

* Instantiating an `HttpClient` containing the information for creating the connection to the gRPC service.
* Using the `HttpClient` to construct a gRPC channel and the Greeter client:
* Instantiating a `GrpcChannel` containing the information for creating the connection to the gRPC service.
* Using the `GrpcChannel` to construct the Greeter client:

[!code-csharp[](~/tutorials/grpc/grpc-start/sample/GrpcGreeterClient/Program.cs?name=snippet&highlight=3-5)]

Expand Down

0 comments on commit 72c8726

Please # to comment.