Skip to content

Commit 1948f1c

Browse files
authored
Follow styleguide to make an instruction more reader-centric
1 parent 6c3984d commit 1948f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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 Auth0's 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.
7070
1. Click the **API Explorer** tab. Copy the token value, you also need it for the next command.

0 commit comments

Comments
 (0)