KEYCLOAK-15726 corrected a typo in the comment.

This commit is contained in:
Andy Munro 2020-09-25 17:14:35 -04:00 committed by Stian Thorgersen
parent 74abc79c48
commit 269afbd1e6
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// UserStory: As an RH SSO customer, I need to know hoq to create a realm that protects applications // UserStory: As an RH SSO customer, I need to know how to create a realm that protects applications
[id="create-realm_{context}"] [id="create-realm_{context}"]
= Creating a realm = Creating a realm

View file

@ -26,5 +26,5 @@ $ tar -xvzf keycloak-{project_version}.tar.gz
.Windows .Windows
[source,bash,subs=+attributes] [source,bash,subs=+attributes]
---- ----
> Expand-Archive -Path 'C:Downloads\keycloak-{project_version}.zip` -DestinationPath 'C:\Downloads' > Expand-Archive -Path 'C:Downloads\keycloak-{project_version}.zip' -DestinationPath 'C:\Downloads'
---- ----

View file

@ -29,5 +29,5 @@ $ tar -xvzf rh-sso-{project_version_base}.tar.gz
.Windows .Windows
[source,bash,subs=+attributes] [source,bash,subs=+attributes]
---- ----
> Expand-Archive -Path 'C:Downloads\rhsso-{project_version_base}.zip` -DestinationPath 'C:\Downloads' > Expand-Archive -Path 'C:Downloads\rhsso-{project_version_base}.zip' -DestinationPath 'C:\Downloads'
---- ----