Skip to content

Commit f8f297c

Browse files
authored
docs: fix typo in README regarding Nuxt Auth Utils (#474)
1 parent c6198b8 commit f8f297c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ This is because the user session is stored in a secure cookie and cannot be acce
597597

598598
**This means that you should not rely on the user session during prerendering.**
599599

600-
You may also choose to instruct Nuxt AUth Utils to fetch the user session only on the client side, with the `loadStrategy` option in your `nuxt.config.ts`:
600+
You may also choose to instruct Nuxt Auth Utils to fetch the user session only on the client side, with the `loadStrategy` option in your `nuxt.config.ts`:
601601

602602
```ts
603603
export default defineNuxtConfig({

0 commit comments

Comments
 (0)