Skip to content

Commit

Permalink
docs(websocket): fix typo (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
McPizza0 authored Feb 26, 2024
1 parent 7a1855d commit c9c4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/8.websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineNuxtConfig({
```
::

Create a websocket handler in `routes/_ws.ts` or `server/routes/_ws.ts` for Nuxt).
Create a websocket handler in `routes/_ws.ts` (or `server/routes/_ws.ts` for Nuxt).

<!-- automd:file code src="../../examples/websocket/routes/_ws.ts" -->

Expand Down

0 comments on commit c9c4fab

Please sign in to comment.