Skip to content

Commit 817cabf

Browse files
authored
Minor grammar updates to installation.md (#158)
1 parent ec4bb42 commit 817cabf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/versioned_docs/version-2.4.0/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ helm repo list
4242

4343
#### Step-2: Create the namespace on which you want to install Litmus ChaosCenter
4444

45-
- The ChaosCenter can be placed in any namespace, but for this scenario we are choose `litmus` as the namespace.
45+
- The ChaosCenter can be placed in any namespace, but for this scenario we are choosing `litmus` as the namespace.
4646

4747
```bash
4848
kubectl create ns litmus
@@ -123,7 +123,7 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.4.0/litmus-2.4.0.yaml
123123

124124
## **Accessing the ChaosCenter**
125125

126-
To setup and login to ChaosCenter expand the available services just created and copy the `PORT` of the `litmusportal-frontend-service` service
126+
To setup and login to ChaosCenter, expand the available services just created and copy the `PORT` of the `litmusportal-frontend-service` service
127127

128128
```bash
129129
kubectl get svc -n litmus
@@ -159,7 +159,7 @@ Password: litmus
159159
160160
<img src={require('../assets/login.png').default} width="800" />
161161
162-
By default you are assigned with a default project with Owner permissions.
162+
By default you are assigned with a default project with owner permissions.
163163
164164
<img src={require('../assets/landing-page.png').default} width="800" />
165165

0 commit comments

Comments
 (0)