Skip to content

Commit

Permalink
docs: fix wording (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Mar 14, 2024
1 parent 9f1e99d commit 093c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.guide/3.websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Nitro natively supports runtime agnostic [WebSocket](https://developer.mozilla.o
> WebSockets support is currently experimental and available in [nightly channel](/guide/nightly).
> See [unjs/nitro#2171](https://github.com/unjs/nitro/issues/2171) for platform support status.
In order to enable database layer you need to enable experimental feature flag.
In order to enable websocket support you need to enable the experimental `websocket` feature flag.

::code-group
```ts [nitro.config.ts]
Expand Down

0 comments on commit 093c1f8

Please sign in to comment.