Skip to content

Commit

Permalink
chore(docs): Fix typo on Next.js design page
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Apr 9, 2024
1 parent a97de5f commit 563f064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/design/next/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A live example can be found at **[m2m-auth.vercel.app](https://m2m-auth.vercel.a
- [With middleware](#with-middleware)
- [Identify external client within the request](#identify-external-client-within-the-request)

### UI Component
### UI component

Managing keys in the UI should be as easy as rendering a component. Eliminating the need for developers to directly interact with the auth provider to build the UI from scratch.

Expand All @@ -38,7 +38,7 @@ Clerk could expose a similar (or even the same - dogfooding) UI component as in

- Displaying the key creation date helps developers link it to incidents and distinguish between multiple keys.
- Only display API keys on request, preferably using a copy button to avoid showing them.
- Depending on the key format (and this is related with the API implementation as well) then keys might be as easy to select - it is to select the API key in snake case:
- Depending on the key format (and this is related with the API implementation as well) then keys might be easier to select - it is easier to select the API key in snake case:
- `4a8b93d2-7f82-46f8-a8b1-88f2a5d67254`
- `b7e23eeb44b34185bcf657e5c88df016_24d4b6`

Expand Down

0 comments on commit 563f064

Please sign in to comment.