diff --git a/getting_started/topics/first-realm/proc-create-realm.adoc b/getting_started/topics/first-realm/proc-create-realm.adoc index 95de356c3c..b9c437b8f9 100644 --- a/getting_started/topics/first-realm/proc-create-realm.adoc +++ b/getting_started/topics/first-realm/proc-create-realm.adoc @@ -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 diff --git a/getting_started/topics/standalone/proc-installing-server-community.adoc b/getting_started/topics/standalone/proc-installing-server-community.adoc index ab384f03a1..19f79d19cd 100644 --- a/getting_started/topics/standalone/proc-installing-server-community.adoc +++ b/getting_started/topics/standalone/proc-installing-server-community.adoc @@ -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' ---- diff --git a/getting_started/topics/standalone/proc-installing-server-product.adoc b/getting_started/topics/standalone/proc-installing-server-product.adoc index 46c45ec605..982b445b68 100644 --- a/getting_started/topics/standalone/proc-installing-server-product.adoc +++ b/getting_started/topics/standalone/proc-installing-server-product.adoc @@ -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' ----