Skip to content

Commit 9d95a7b

Browse files
committed
spelling: you're
Signed-off-by: Josh Soref <[email protected]>
1 parent d6a6c17 commit 9d95a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Documentation.docc/Articles/Migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ let server = GRPCServer(
325325
transport: .http2NIOPosix(
326326
// Configure the host and port to listen on.
327327
address: .ipv4(host: "127.0.0.1", port: 1234),
328-
// Configure TLS here, if your're using it.
328+
// Configure TLS here, if you're using it.
329329
transportSecurity: .plaintext,
330330
config: .defaults { config in
331331
// Change any of the default config in here.

0 commit comments

Comments
 (0)