From be6180db06914a8e00670df3bb5c90208871bfde Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Wed, 28 Aug 2024 22:02:25 -0700 Subject: [PATCH] Slight docs update --- docs/fern/docs/pages/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fern/docs/pages/overview.mdx b/docs/fern/docs/pages/overview.mdx index cdb262c79..866e6372d 100644 --- a/docs/fern/docs/pages/overview.mdx +++ b/docs/fern/docs/pages/overview.mdx @@ -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() {