Skip to content

Commit 72c8726

Browse files
JamesNKRick-Anderson
authored andcommitted
Update grpc-start.md (#15449)
1 parent cb10474 commit 72c8726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/tutorials/grpc/grpc-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ Update the gRPC client *Program.cs* file with the following code:
249249

250250
The Greeter client is created by:
251251

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

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

0 commit comments

Comments
 (0)