Skip to content

Commit e063672

Browse files
committed
Fix spacing
1 parent 36cc5eb commit e063672

File tree

1 file changed

+2
-2
lines changed
  • src/pages/[platform]/build-a-backend/data/connect-event-api

1 file changed

+2
-2
lines changed

src/pages/[platform]/build-a-backend/data/connect-event-api/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function App() {
8484
async function publishEvent() {
8585
await events.post('default/channel', { some: 'data' });
8686

87-
//Alternative way to publish events through the channel
87+
// Alternative way to publish events through the channel
8888
const channel = await events.connect('default/channel');
8989
await channel.publish({ some: 'data' });
9090
}
@@ -246,7 +246,7 @@ export default function App() {
246246
async function publishEvent() {
247247
await events.post('default/channel', { some: 'data' });
248248

249-
//Alternative way to publish events through the channel
249+
// Alternative way to publish events through the channel
250250
const channel = await events.connect('default/channel');
251251
await channel.publish({ some: 'data' });
252252
}

0 commit comments

Comments
 (0)