Merge pull request #3165 from StephenOTT/patch-1

typo fixes in Readme files
This commit is contained in:
Stian Thorgersen 2016-08-26 13:40:12 +02:00 committed by GitHub
commit cfd41fbc8b
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
What is it?
-----------
This example demonstrates how to use Social Ientity Providers with Keycloak to authenticate users. In this case,
This example demonstrates how to use Social Identity Providers with Keycloak to authenticate users. In this case,
users are authenticated with Google using Keycloak Identity Broker capabilities using the oAuth 2 protocol.
From this example, you'll learn how to:
@ -180,4 +180,4 @@ Debug the Application
If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them.
mvn dependency:sources
mvn dependency:resolve -Dclassifier=javadoc
mvn dependency:resolve -Dclassifier=javadoc

View file

@ -3,7 +3,7 @@
What is it?
-----------
This example demonstrates how to use Social Ientity Providers with Keycloak to authenticate users. In this case,
This example demonstrates how to use Social Identity Providers with Keycloak to authenticate users. In this case,
users are authenticated with Twitter using Keycloak Identity Broker capabilities using the oAuth 2 protocol.
From this example, you'll learn how to:
@ -179,4 +179,4 @@ Debug the Application
If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them.
mvn dependency:sources
mvn dependency:resolve -Dclassifier=javadoc
mvn dependency:resolve -Dclassifier=javadoc