From df6c4d97c385787ec6cc0ee512bdb425d07d94a7 Mon Sep 17 00:00:00 2001 From: Hasan Cetiner Date: Thu, 27 Jun 2024 13:02:42 +0300 Subject: [PATCH] docs: fix small typos in README and dex doc (#666) Signed-off-by: Hasan Cetiner --- README.md | 4 ++-- docs/dex_config_guidance.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10a723538..e188101f8 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ spec: ![a relative link](docs/assets/operatorhub-listing.png) -3. Install the operator in the `openshift-gitops-operator` namesapce using the defaults in the wizard, and optionally, select the checkbox to enable cluster monitoring on the namesapce. Wait for it to show up in the list of "Installed Operators". If it doesn't install properly, you can check on its status in the "Installed Operators" tab in the `openshift-gitops-operator` namespace. +3. Install the operator in the `openshift-gitops-operator` namespace using the defaults in the wizard, and optionally, select the checkbox to enable cluster monitoring on the namespace. Wait for it to show up in the list of "Installed Operators". If it doesn't install properly, you can check on its status in the "Installed Operators" tab in the `openshift-gitops-operator` namespace. ![a relative link](docs/assets/installed-operator.png) 4. To validate if the installation was successful, look for the route named `cluster` in the `openshift-gitops` namespace. Note: the namespace doesn't have to exist in advance, the operator creates it for you. -That's it! Your API `route` should be created for you. You don't need to expliclty create any operand/CR. +That's it! Your API `route` should be created for you. You don't need to explicitly create any operand/CR. ## Contributing diff --git a/docs/dex_config_guidance.md b/docs/dex_config_guidance.md index 8e57716af..a7566e031 100644 --- a/docs/dex_config_guidance.md +++ b/docs/dex_config_guidance.md @@ -89,7 +89,7 @@ spec: #### Default access -For versions upto and not including v1.10, +For versions up to and not including v1.10, - any user (except `kube:admin`) logged into Argo CD using Dex will be a **read-only** user by default. @@ -210,4 +210,4 @@ metadata: name: spec: sso: {} -``` \ No newline at end of file +```