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 d6a6c17 commit 9d95a7bCopy full SHA for 9d95a7b
Sources/GRPCCore/Documentation.docc/Articles/Migration-guide.md
@@ -325,7 +325,7 @@ let server = GRPCServer(
325
transport: .http2NIOPosix(
326
// Configure the host and port to listen on.
327
address: .ipv4(host: "127.0.0.1", port: 1234),
328
- // Configure TLS here, if your're using it.
+ // Configure TLS here, if you're using it.
329
transportSecurity: .plaintext,
330
config: .defaults { config in
331
// Change any of the default config in here.
0 commit comments