From 6f27db1126f85065bf3200a86eac635cd77f51e1 Mon Sep 17 00:00:00 2001 From: Romain Arnaud Date: Fri, 1 May 2026 11:19:21 -0400 Subject: [PATCH] Correct typos rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --- cmd/disclaimer.go | 4 ++-- docs/modules/ROOT/pages/installing.adoc | 2 +- docs/modules/ROOT/pages/preparing-to-install.adoc | 2 +- docs/modules/ROOT/pages/troubleshooting.adoc | 2 +- docs/modules/ROOT/pages/verifying-and-accessing.adoc | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/disclaimer.go b/cmd/disclaimer.go index b3ead05c..b03b254a 100644 --- a/cmd/disclaimer.go +++ b/cmd/disclaimer.go @@ -8,7 +8,7 @@ import ( ) // printDisclaimer emits a support-level disclaimer to stderr on interactive -// sessions. Suppressed when TSSC_NO_DISCLAIMER is set or stderr is not a +// sessions. Suppressed when TSF_NO_DISCLAIMER is set or stderr is not a // terminal. func printDisclaimer() { if os.Getenv("TSF_NO_DISCLAIMER") != "" { @@ -21,6 +21,6 @@ func printDisclaimer() { os.Stderr, "NOTE: The TSF installation program generates your first deployment "+ "of RHADS-TSF but does not support upgrades. "+ - "Each products must be manually reconfigured for production workloads.\n\n", + "Each product must be manually reconfigured for production workloads.\n\n", ) } diff --git a/docs/modules/ROOT/pages/installing.adoc b/docs/modules/ROOT/pages/installing.adoc index 09b48a53..a18ff028 100644 --- a/docs/modules/ROOT/pages/installing.adoc +++ b/docs/modules/ROOT/pages/installing.adoc @@ -129,7 +129,7 @@ NOTE: The installer may log an error about failing to open the browser. This is === Verification -* The GitHub App page displays with a *Website* link that points to the {KonfluxName} UI. You can use this link to access the UI after deployment is complete. +* The GitHub App page includes a *Website* link that points to the {KonfluxName} UI. You can use this link to access the UI after deployment is complete. * In the GitHub organization settings under *Developer settings > GitHub Apps*, the newly created app appears with the correct permissions. == Configure the GitLab integration diff --git a/docs/modules/ROOT/pages/preparing-to-install.adoc b/docs/modules/ROOT/pages/preparing-to-install.adoc index 71b38ce8..ca2ec6a8 100644 --- a/docs/modules/ROOT/pages/preparing-to-install.adoc +++ b/docs/modules/ROOT/pages/preparing-to-install.adoc @@ -51,7 +51,7 @@ Create a Quay organization and generate an OAuth token. The {TSFShortName} insta Follow the Quay documentation to complete these steps: . link:https://docs.quay.io/glossary/organizations.html[Create an organization] in your Quay registry. -. link:https://docs.quay.io/glossary/access-token.html[Create an OAuth access token] within the organization and generate an access token with all permission scopes. +. link:https://docs.quay.io/glossary/access-token.html[Create an OAuth access token] within the organization with all permission scopes. Copy the access token and save it securely. Use this token in the next step when preparing the environment file. diff --git a/docs/modules/ROOT/pages/troubleshooting.adoc b/docs/modules/ROOT/pages/troubleshooting.adoc index e0e5ef3e..186d0b1c 100644 --- a/docs/modules/ROOT/pages/troubleshooting.adoc +++ b/docs/modules/ROOT/pages/troubleshooting.adoc @@ -73,7 +73,7 @@ oc get pods -n tsf-tpa oc get pods -n tsf-tpa | grep postgres ---- -. If pods are in error state, check the logs: +. If pods are in an error state, check the logs: + [source,bash] ---- diff --git a/docs/modules/ROOT/pages/verifying-and-accessing.adoc b/docs/modules/ROOT/pages/verifying-and-accessing.adoc index 0e6d3984..7605ebb1 100644 --- a/docs/modules/ROOT/pages/verifying-and-accessing.adoc +++ b/docs/modules/ROOT/pages/verifying-and-accessing.adoc @@ -27,7 +27,7 @@ NOTE: The route name is auto-generated and varies per deployment. The command ab . On the {OCPShortName} login page, enter your credentials and click *Log in*. -. On the *Authorize Access* page, the `dex-client` service account in the `konflux-ui` project requests permission to access your account. Review the requested permission: +. On the *Authorize Access* page, the `dex-client` service account in the `konflux-ui` project requests permission to access your account. Review the requested permissions: * `user:info` — read-only access to your user information, including username, identities, and group membership. . Click *Allow selected permissions*.