Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gus Cairo <[email protected]>
  • Loading branch information
glbrntt and gjcairo authored Jan 17, 2025
1 parent d463fe9 commit b9dd683
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,9 @@
}

@Step {
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
manage the lifecycle of the client and its transport so let's use that. We specify the
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
the `.plaintext` security transport and specify the server address and port we want to
connect to.

Expand Down

0 comments on commit b9dd683

Please sign in to comment.