Skip to content

Commit 2ed6bbd

Browse files
committed
spelling: alongside
Signed-off-by: Josh Soref <[email protected]>
1 parent 372e031 commit 2ed6bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Transport/ClientTransport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public protocol ClientTransport<Bytes>: Sendable {
6363
/// running ``connect()``.
6464
func beginGracefulShutdown()
6565

66-
/// Opens a stream using the transport, and uses it as input into a user-provided closure alongisde the given context.
66+
/// Opens a stream using the transport, and uses it as input into a user-provided closure alongside the given context.
6767
///
6868
/// - Important: The opened stream is closed after the closure is finished.
6969
///

0 commit comments

Comments
 (0)