Skip to content

Commit 10112a1

Browse files
committed
More docs typos
1 parent ed319db commit 10112a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/fern/docs/pages/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here's an example. To retrieve the current user, simply call:
5353
```tsx
5454
export function MyComponent() {
5555
const user = useUser({ or: "redirect" });
56-
return <div>{`Hi, ${user.displayName}`}</div>;
56+
return <div>Hi, {user.displayName}</div>;
5757
}
5858
```
5959

0 commit comments

Comments
 (0)