Skip to content

Commit 9756e66

Browse files
committed
fixup! Chat JS API refs: room
1 parent 05819d8 commit 9756e66

File tree

1 file changed

+1
-1
lines changed
  • src/pages/docs/chat/api/javascript

1 file changed

+1
-1
lines changed

src/pages/docs/chat/api/javascript/room.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A `Room` is in one of the following states:
4141
| `Detached` | The room is detached from Ably. |
4242
| `Failed` | The room failed to attach to Ably. |
4343
| `Suspended` | The room is suspended, and automatic reattachment has been temporarily disabled. |
44-
| `Releasing` | The room is in the process of releasing. |
44+
| `Releasing` | The room is in the process of releasing and is no long usable. |
4545
| `Released` | The room is released and no longer usable. |
4646

4747
---

0 commit comments

Comments
 (0)