Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 36d73b5

Browse files
committed
docs: make lang options consistent for all examples
1 parent 39e71aa commit 36d73b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/websockets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ socket.onDisconnect((ctx) async {
230230

231231
<CodeGroup>
232232

233-
```typescript
233+
```javascript
234234
import { websocket, kv } from '@nitric/sdk'
235235

236236
// Initialize KV store for connections and a WebSocket

0 commit comments

Comments
 (0)