Skip to content

Commit a86d92d

Browse files
committed
fix typo
1 parent 1f6a6c4 commit a86d92d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Realtime/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ public enum RealtimeClientStatus: Sendable, CustomStringConvertible {
8787
}
8888

8989
public enum HeartbeatStatus: Sendable {
90-
/// Hearbeat was sent.
90+
/// Heartbeat was sent.
9191
case sent
92-
/// Hearbeat was received.
92+
/// Heartbeat was received.
9393
case ok
9494
/// Server responded with an error.
9595
case error
96-
/// Hearbeat wasn't received in time.
96+
/// Heartbeat wasn't received in time.
9797
case timeout
9898
/// Socket is disconnected.
9999
case disconnected

0 commit comments

Comments
 (0)