KEYCLOAK-15726 corrected a typo in the comment.
This commit is contained in:
parent
74abc79c48
commit
269afbd1e6
3 changed files with 3 additions and 3 deletions
|
@ -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}"]
|
||||
= Creating a realm
|
||||
|
|
|
@ -26,5 +26,5 @@ $ tar -xvzf keycloak-{project_version}.tar.gz
|
|||
.Windows
|
||||
[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'
|
||||
----
|
||||
|
|
|
@ -29,5 +29,5 @@ $ tar -xvzf rh-sso-{project_version_base}.tar.gz
|
|||
.Windows
|
||||
[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'
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue