We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d463fe9 commit b9dd683Copy full SHA for b9dd683
Sources/GRPCCore/Documentation.docc/Tutorials/Route-Guide/Route-Guide.tutorial
@@ -401,9 +401,9 @@
401
}
402
403
@Step {
404
- We need to create a gRPC client for our stub. gRPC provide a with-style helper to
+ We need to create a gRPC client for our stub. gRPC provides a with-style helper to
405
manage the lifecycle of the client and its transport so let's use that. We specify the
406
- transport to use which and configure it appropriately. We're not using TLS so we use
+ transport to use and configure it appropriately. We're not using TLS so we use
407
the `.plaintext` security transport and specify the server address and port we want to
408
connect to.
409
0 commit comments