fixed typo

This commit is contained in:
Zai Shi 2024-06-24 10:37:22 +02:00
parent ec380343ad
commit 0ed76f3b30

View File

@ -202,7 +202,7 @@ To see more examples of how to use the `User` object, check out the [User API do
You can update the user's information by calling `user.update()` with the new data. The user data from the `userUser()` hook will also be updated automatically. Here is an example:
```tsx title="Update user display name"
'user client';
'use client';
import { useUser } from "@stackframe/stack";
export default function UpdateUser() {