Skip to content

Commit d44e3a3

Browse files
committed
grammar fix, adding missing apostrophe
1 parent 8cb40b8 commit d44e3a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/quickstart/webapp/java/_includes/_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Your Java App needs some information in order to authenticate against your Auth0
5656
</context-param>
5757
```
5858

59-
This information will be used to configure the **auth0-java-mvc-commons** library to enable users to login to your application. To learn more about the library, including its various configuration options, see the <a href="https://github.com/auth0/auth0-java-mvc-common/blob/master/README.md" target="_blank" rel="noreferrer">librarys documentation</a>.
59+
This information will be used to configure the **auth0-java-mvc-commons** library to enable users to login to your application. To learn more about the library, including its various configuration options, see the <a href="https://github.com/auth0/auth0-java-mvc-common/blob/master/README.md" target="_blank" rel="noreferrer">library's documentation</a>.
6060

6161

6262
::: panel Check populated attributes

articles/quickstart/webapp/java/interactive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you are using Maven, add them to your `pom.xml`:
6666

6767
Your Java App needs some information in order to authenticate against your Auth0 account. The samples read this information from the deployment descriptor file `src/main/webapp/WEB-INF/web.xml`, but you could store them anywhere else.
6868

69-
This information will be used to configure the **auth0-java-mvc-commons** library to enable users to login to your application. To learn more about the library, including its various configuration options, see the <a href="https://github.com/auth0/auth0-java-mvc-common/blob/master/README.md" target="_blank" rel="noreferrer">librarys documentation</a>.
69+
This information will be used to configure the **auth0-java-mvc-commons** library to enable users to login to your application. To learn more about the library, including its various configuration options, see the <a href="https://github.com/auth0/auth0-java-mvc-common/blob/master/README.md" target="_blank" rel="noreferrer">library's documentation</a>.
7070

7171

7272
::: panel Check populated attributes
@@ -149,7 +149,7 @@ To run the sample from a terminal, change the directory to the root folder of th
149149
./gradlew clean appRun
150150
```
151151

152-
After a few seconds, the application will be accessible on `http://localhost:3000/`. Try to access the protected resource <a href="http://localhost:3000/portal/home" target="_blank" rel="noreferrer">http://localhost:3000/portal/home</a> and note how you're redirected by the `Auth0Filter` to the Auth0 Login Page. The widget displays all the social and database connections that you have defined for this application in the <a href="$manage_url/#/" target="_blank" rel="noreferrer">dashboard</a>.
152+
After a few seconds, the application will be accessible on `http://localhost:3000/`. Try to access the protected resource <a href="http://localhost:3000/portal/home" target="_blank" rel="noreferrer">http://localhost:3000/portal/home</a> and note how you're redirected by the `Auth0Filter` to the Auth0 Login Page. The widget displays all the social and database connections that you have defined for this application in the <a href="${manage_url}/#/" target="_blank" rel="noreferrer">dashboard</a>.
153153

154154
![Auth0 Universal Login](/media/quickstarts/universal-login.png)
155155

0 commit comments

Comments
 (0)