Slight docs update
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Runs E2E API Tests / build (22.6) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Lint & build / lint_and_build (22.6) (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run

This commit is contained in:
Konstantin Wohlwend 2024-08-28 22:02:25 -07:00
parent 6591dbcd89
commit be6180db06

View File

@ -48,7 +48,7 @@ That's why we built Stack. Integrating secure authentication into your app shoul
At the core of Stack are deep integrations into frontend and backend frameworks. We offer the best developer experience with Next.js. Instead of providing mediocre support for numerous frameworks, we focused on making a few integrations excellent before adding new ones. We also offer a cross-compatible REST API as a fallback.
Here's an example. To retrieve the current user, simply call:
Here's an example. To get the current user, simply call:
```tsx
export function MyComponent() {