Skip to content

Commit b9dd683

Browse files
glbrnttgjcairo
andauthored
Apply suggestions from code review
Co-authored-by: Gus Cairo <[email protected]>
1 parent d463fe9 commit b9dd683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPCCore/Documentation.docc/Tutorials/Route-Guide/Route-Guide.tutorial

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@
401401
}
402402

403403
@Step {
404-
We need to create a gRPC client for our stub. gRPC provide a with-style helper to
404+
We need to create a gRPC client for our stub. gRPC provides a with-style helper to
405405
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
406+
transport to use and configure it appropriately. We're not using TLS so we use
407407
the `.plaintext` security transport and specify the server address and port we want to
408408
connect to.
409409

0 commit comments

Comments
 (0)