Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/docs/apis/realtime/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ If you subscribe to a channel, you will receive callbacks for a variety of event

[View a list of all available events](/docs/advanced/platform/events).

## Channel helpers {% #channel-helpers %}
# Channel helpers {% #channel-helpers %}

Instead of manually writing channel strings, you can use the `Channel` helper class to build type-safe channel subscriptions. The helper provides a fluent API that makes it easier to construct channel strings and reduces errors.

Expand Down