From e54fca53d553f4e2b789df1ac99ceee432bd8bc4 Mon Sep 17 00:00:00 2001
From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com>
Date: Thu, 14 Nov 2024 14:44:15 -0500
Subject: [PATCH] Apply suggestions from code review
---
docs/authentication/configuration/restrictions.mdx | 2 +-
docs/components/waitlist/overview.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/authentication/configuration/restrictions.mdx b/docs/authentication/configuration/restrictions.mdx
index 826d37a1c1..b395eb8e06 100644
--- a/docs/authentication/configuration/restrictions.mdx
+++ b/docs/authentication/configuration/restrictions.mdx
@@ -35,7 +35,7 @@ Additional features available in **Restricted** mode:
### Waitlist
> [!NOTE]
-> If you are using Next.js the`` component is available in `@clerk/nextjs\@6.2.0` and above.
+> If you are using Next.js, the`` component is available in `@clerk/nextjs\@6.2.0` and above.
In **Waitlist** mode, users can register their interest in your application by joining a waitlist. This mode is ideal for applications in early development stages or those wanting to generate interest before launch.
diff --git a/docs/components/waitlist/overview.mdx b/docs/components/waitlist/overview.mdx
index d50f029142..5c3d4afa35 100644
--- a/docs/components/waitlist/overview.mdx
+++ b/docs/components/waitlist/overview.mdx
@@ -8,7 +8,7 @@ description: The component renders a waitlist form that allows user
The `` component renders a waitlist form that allows users to join for early access to your application.
> [!NOTE]
-> If you are using Next.js the`` component is available in `@clerk/nextjs\@6.2.0` and above.
+> If you are using Next.js, the`` component is available in `@clerk/nextjs@6.2.0` and above.
## Properties