Skip to content

Commit fe69616

Browse files
committed
fix: Corrected grammar in documentation
1 parent a28ec1f commit fe69616

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/build-guide.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# How to build and run Gatling Operator
22

3-
This is the guide for how to build Gatling Operator from source code.
4-
And run sample in your local environment.
3+
This guide explains how to build Gatling Operator from its source code and run a sample in your local environment.
54
In this guide, we use makefile to build and run Gatling Operator.
65

76
- [How to build and run Gatling Operator](#how-to-build-and-run-gatling-operator)
@@ -153,7 +152,7 @@ kubectl config use-context kind-gatling-cluster
153152

154153
</details>
155154

156-
5. Deploy Controller to Gatling Operator
155+
5. Deploy Controller to Cluster
157156

158157
- Deploy to Local Kind Cluster
159158

@@ -183,7 +182,7 @@ kubectl config use-context kind-gatling-cluster
183182

184183
## Create All in One manifest
185184

186-
This command creates all in one manifest for Gatling Operator.
185+
This command creates an all in one manifest for Gatling Operator.
187186
All in One manifest create CRD and Gatling Operator Controller.
188187

189188
```bash

0 commit comments

Comments
 (0)