Skip to content

Commit 8b132e4

Browse files
authored
docs: typo
1 parent fff47f1 commit 8b132e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add Authentication to Nuxt applications with secured & sealed cookies sessions.
2323
- [Tree-shakable server utils](#server-utils)
2424
- [`<AuthState>` component](#authstate-component)
2525
- [Extendable with hooks](#extend-session)
26-
- [WebSocket support](#websockets-support)
26+
- [WebSocket support](#websocket-support)
2727

2828
It has few dependencies (only from [UnJS](https://github.com/unjs)), run on multiple JS environments (Node, Deno, Workers) and is fully typed with TypeScript.
2929

@@ -597,7 +597,7 @@ You can use the `placeholder` slot to show a placeholder on server-side and whil
597597

598598
If you are caching your routes with `routeRules`, please make sure to use [Nitro](https://github.com/unjs/nitro) >= `2.9.7` to support the client-side fetching of the user session.
599599

600-
## WebSockets Support
600+
## WebSocket Support
601601

602602
Nuxt Auth Utils is compatible with [Nitro WebSockets](https://nitro.build/guide/websocket).
603603

0 commit comments

Comments
 (0)