From 4f7a69031e544b77049dde91cce4ed4cfba8bb85 Mon Sep 17 00:00:00 2001 From: Atharva Deosthale Date: Fri, 13 Feb 2026 23:08:36 +0530 Subject: [PATCH] quick heading fix --- src/routes/docs/apis/realtime/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/apis/realtime/+page.markdoc b/src/routes/docs/apis/realtime/+page.markdoc index 6567312929..6178fb5dc1 100644 --- a/src/routes/docs/apis/realtime/+page.markdoc +++ b/src/routes/docs/apis/realtime/+page.markdoc @@ -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.