Skip to content

Commit ae5bdcb

Browse files
fix grammer from coderabbit suggestion
1 parent ea03dd6 commit ae5bdcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/workflows/workflow-tutorials/custom-password-validation-check.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this guide, you’ll implement a **custom password validation workflow** in K
3838

3939
- A [Kinde account](https://kinde.com/) (Sign up for free)
4040
- A [GitHub account](https://github.com/) (Sign up for free)
41-
- A running Kinde project such as the [Kinde NextJS starter kit](https://github.com/kinde-starter-kits/kinde-nextjs-app-router-starter-kit)
41+
- A running Kinde project such as the [Kinde Next.js starter kit](https://github.com/kinde-starter-kits/kinde-nextjs-app-router-starter-kit)
4242

4343
## Step 1: Create the workflow code
4444

@@ -174,7 +174,7 @@ It grabs the user's input, validates the password using your custom logic, and i
174174

175175
## Step 2: Deploy the workflow code
176176

177-
1. Sign into your [Kinde dashboard](https://kinde.com/) and select **Workflows** from the sidebar.
177+
1. Sign in to your [Kinde dashboard](https://kinde.com/) and select **Workflows** from the sidebar.
178178
2. If you already have your workflow repo connected, go straight to step 4.
179179
3. Select **Connect repo > Connect GitHub** and follow the onboarding flow to authorize Kinde to access your GitHub account.
180180

@@ -192,7 +192,7 @@ You’ll now see your workflow listed inside the dashboard.
192192

193193
## Step 3: Test the workflow
194194

195-
1. Sign into your [Kinde dashboard](https://kinde.com/) and select **View details** for the one you are testing.
195+
1. Sign in to your [Kinde dashboard](https://kinde.com/) and select **View details** for the one you are testing.
196196
2. Go to **Authentication** and uncheck **Email + code** and check **Email + password** auth method, and select **Save**.
197197

198198
By default, Kinde uses passwordless connection, so to test this workflow, we are enabling it.

0 commit comments

Comments
 (0)