Skip to content

Commit d9ee302

Browse files
committed
fix: correct typos in documentation
1 parent 1132f01 commit d9ee302

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ kubectl apply -f https://github.com/InditexTech/k8s-overcommit-operator/deploy/o
107107

108108
#### 3️⃣ Create the Subscription (Alternative)
109109

110-
You can create yot own or use the one in the route *https://github.com/InditexTech/k8s-overcommit-operator/deploy/subsciption.yaml*
110+
You can create your own or use the one in the route *https://github.com/InditexTech/k8s-overcommit-operator/deploy/subscription.yaml*
111111

112112
```yaml
113113
apiVersion: operators.coreos.com/v1alpha1
@@ -129,7 +129,7 @@ spec:
129129
### 🎯 Overcommit Resource
130130
131131
> [!IMPORTANT]
132-
> **Its a singleton CRD**: only can exists one, and it has to be called **cluster**
132+
> **It's a singleton CRD**: only can exist one, and it has to be called **cluster**
133133
134134
First, deploy the main `Overcommit` resource named **"cluster"**:
135135

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flowchart TD
107107
### Overcommit Resource
108108

109109
> [!IMPORTANT]
110-
> **Its a singleton CRD**: only can exists one, and it has to be called **cluster**
110+
> **It's a singleton CRD**: only can exist one, and it has to be called **cluster**
111111
112112
The main configuration resource that enables the operator:
113113

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ kubectl apply -f https://github.com/InditexTech/k8s-overcommit-operator/deploy/o
6464

6565
#### 3️⃣ Create the Subscription (Alternative)
6666

67-
You can create yot own or use the one in the route *https://github.com/InditexTech/k8s-overcommit-operator/deploy/subsciption.yaml*
67+
You can create your own or use the one in the route *https://github.com/InditexTech/k8s-overcommit-operator/deploy/subscription.yaml*
6868

6969
```yaml
7070
apiVersion: operators.coreos.com/v1alpha1

0 commit comments

Comments
 (0)