Skip to content

Commit df6c4d9

Browse files
authored
docs: fix small typos in README and dex doc (#666)
Signed-off-by: Hasan Cetiner <[email protected]>
1 parent ea46ee9 commit df6c4d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ spec:
2727

2828
![a relative link](docs/assets/operatorhub-listing.png)
2929

30-
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.
30+
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.
3131

3232
![a relative link](docs/assets/installed-operator.png)
3333

3434
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.
3535

36-
That's it! Your API `route` should be created for you. You don't need to expliclty create any operand/CR.
36+
That's it! Your API `route` should be created for you. You don't need to explicitly create any operand/CR.
3737

3838
## Contributing
3939

docs/dex_config_guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989

9090
#### Default access
9191

92-
For versions upto and not including v1.10,
92+
For versions up to and not including v1.10,
9393

9494
- any user (except `kube:admin`) logged into Argo CD using Dex will be a **read-only** user by default.
9595

@@ -210,4 +210,4 @@ metadata:
210210
name: <argocd-instance-name>
211211
spec:
212212
sso: {}
213-
```
213+
```

0 commit comments

Comments
 (0)