0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(console): fix Nuxt doc typo (#5899)

This commit is contained in:
wonders88 2024-05-20 20:37:06 -07:00 committed by GitHub
parent c627ea6080
commit 46e2375975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,7 @@ Since Nuxt pages will be hydrated and become a single-page application (SPA) aft
<Step title="Display user information">
To display the user's information, you can use the `useLogtoUser()` composable, which is availble on both server and client side:
To display the user's information, you can use the `useLogtoUser()` composable, which is available on both server and client side:
```html
<script setup lang="ts">