We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7009d commit cb60535Copy full SHA for cb60535
Sources/Realtime/RealtimeClientV2.swift
@@ -96,7 +96,7 @@ public final class RealtimeClientV2: Sendable {
96
/// - Parameter listener: Closure that will be called when heartbeat status changes.
97
/// - Returns: An observation handle that can be used to stop listening.
98
///
99
- /// - Nite: Use ``heartbeat`` if you prefer to use Async/Await.
+ /// - Note: Use ``heartbeat`` if you prefer to use Async/Await.
100
public func onHeartbeat(
101
_ listener: @escaping @Sendable (HeartbeatStatus) -> Void
102
) -> RealtimeSubscription {
0 commit comments