From 817cabfa9b3e0eb3479c4d21b02be934ef6bcc11 Mon Sep 17 00:00:00 2001
From: akhilmukkara <32775509+akhilmukkara@users.noreply.github.com>
Date: Tue, 28 Dec 2021 07:16:29 +0530
Subject: [PATCH] Minor grammar updates to installation.md (#158)
---
.../version-2.4.0/getting-started/installation.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/versioned_docs/version-2.4.0/getting-started/installation.md b/website/versioned_docs/version-2.4.0/getting-started/installation.md
index 770e477..863db89 100644
--- a/website/versioned_docs/version-2.4.0/getting-started/installation.md
+++ b/website/versioned_docs/version-2.4.0/getting-started/installation.md
@@ -42,7 +42,7 @@ helm repo list
#### Step-2: Create the namespace on which you want to install Litmus ChaosCenter
-- The ChaosCenter can be placed in any namespace, but for this scenario we are choose `litmus` as the namespace.
+- The ChaosCenter can be placed in any namespace, but for this scenario we are choosing `litmus` as the namespace.
```bash
kubectl create ns litmus
@@ -123,7 +123,7 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.4.0/litmus-2.4.0.yaml
## **Accessing the ChaosCenter**
-To setup and login to ChaosCenter expand the available services just created and copy the `PORT` of the `litmusportal-frontend-service` service
+To setup and login to ChaosCenter, expand the available services just created and copy the `PORT` of the `litmusportal-frontend-service` service
```bash
kubectl get svc -n litmus
@@ -159,7 +159,7 @@ Password: litmus
-By default you are assigned with a default project with Owner permissions.
+By default you are assigned with a default project with owner permissions.