Skip to content

Commit 2f2a03f

Browse files
authored
Fix typo, extra "s" in "session" (#958)
1 parent b896f6e commit 2f2a03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstarts/gatsby.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default function IndexPage() {
9898
```
9999

100100

101-
### Read sesssion and user data
101+
### Read session and user data
102102

103103
Clerk provides a set of [hooks and helpers](/docs/references/react/use-user) that you can use to access the active session and user data in your React application. Here are examples of how to use these helpers.
104104

0 commit comments

Comments
 (0)