Skip to content

Commit b81647b

Browse files
authored
Update 01-login.md
1 parent d566fdc commit b81647b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/quickstart/webapp/nextjs/01-login.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const GET = async function shows() {
122122
};
123123
```
124124

125-
Upon execution, the following routes for your customers are available:
125+
Upon execution, the following routes are available:
126126

127127
- `/auth/login`: The route to perform login with Auth0
128128
- `/auth/logout`: The route to log the user out
@@ -142,7 +142,7 @@ Users can now log in to your application at `/auth/login` route provided by the
142142
```
143143

144144
:::note
145-
Next.js suggest using <a href="https://nextjs.org/docs/api-reference/next/link" target="_blank" rel="noreferrer">Link</a> components instead of anchor tags, but since these are API routes and not pages, anchor tags are needed.
145+
Next.js suggests using <a href="https://nextjs.org/docs/api-reference/next/link" target="_blank" rel="noreferrer">Link</a> components instead of anchor tags, but since these are API routes and not pages, anchor tags are needed.
146146
:::
147147

148148
:::panel Checkpoint

0 commit comments

Comments
 (0)