Skip to content

Commit 3ac59ce

Browse files
authored
Recommended grammatical fixes
1 parent cb646ae commit 3ac59ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/guides/auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ The Auth0 Connection is the method clients use to authenticate. This guide uses
6464

6565
1. In your Auth0 dashboard, navigate to **Authentication** -> **Database**.
6666
1. Create the default **Username-Password-Authentication** connection. Click the **Try Connection** button to test it and set up a username and password for later.
67-
1. Back on your Auth0 dashboard, copy the **Connection Identifier** at the top of the page, you'll need it soon. It should start with something like `con_`.
67+
1. Back on your Auth0 dashboard, copy the **Connection Identifier** at the top of the page. You'll need it soon. It should start with something like `con_`.
6868
1. Navigate to **Applications** -> **APIs** -> **Auth0 Management API**.
6969
1. Copy the **Identifier** for this API. It should look something like `dev-123456.us.auth0.com`, where `dev-123456` is your Auth0 tenant ID.
70-
1. Click the **API Explorer** tab. Copy the token value, you also need it for the next command.
70+
1. Click the **API Explorer** tab. Copy the token value. You also need it for the next command.
7171
1. Run the following `curl` command to promote the connection to domain-level, replacing `<CONNECTION ID>`, `<AUTH0 DOMAIN>`, and `<MGMT API ACCESS TOKEN>` with the values you copied in the previous steps:
7272

7373
```sh

0 commit comments

Comments
 (0)