From 269afbd1e6cebbb153482aa2c726aaf5eb06b942 Mon Sep 17 00:00:00 2001 From: Andy Munro Date: Fri, 25 Sep 2020 17:14:35 -0400 Subject: [PATCH] KEYCLOAK-15726 corrected a typo in the comment. --- getting_started/topics/first-realm/proc-create-realm.adoc | 2 +- .../topics/standalone/proc-installing-server-community.adoc | 2 +- .../topics/standalone/proc-installing-server-product.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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' ----