Skip to content

Commit

Permalink
fix: Typo in operating metric server (kedacore#762)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
Johnathan W and tomkerkhove committed May 23, 2022
1 parent 51d76fb commit 1544997
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.4/operate/metrics-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA:
}
```

You can also query for the value of a specifyc metric using `kubectl`:
You can also query for the value of a specific metric using `kubectl`:
```bash
kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME"
```
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.5/operate/metrics-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA:
}
```

You can also query for the value of a specifyc metric using `kubectl`:
You can also query for the value of a specific metric using `kubectl`:
```bash
kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME"
```
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.6/operate/metrics-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA:
}
```

You can also query for the value of a specifyc metric using `kubectl`:
You can also query for the value of a specific metric using `kubectl`:
```bash
kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME"
```
Expand Down
4 changes: 2 additions & 2 deletions content/docs/2.7/operate/metrics-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA:
}
```

You can also query for the value of a specifyc metric using `kubectl`:
You can also query for the value of a specific metric using `kubectl`:
```bash
kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME"
```
Expand Down Expand Up @@ -94,4 +94,4 @@ Once you have the selector, you have to add it to your query string as following

```bash
kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/sample-ns/s1-rabbitmq-queueName2?labelSelector=scaledobject.keda.sh%2Fname%3D{ScaledObjectName}"
```
```
2 changes: 1 addition & 1 deletion content/docs/2.8/operate/metrics-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This will return a json with the list of metrics exposed by KEDA:
}
```

You can also query for the value of a specifyc metric using `kubectl`:
You can also query for the value of a specific metric using `kubectl`:
```bash
kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/YOUR_NAMESPACE/YOUR_METRIC_NAME"
```
Expand Down

0 comments on commit 1544997

Please sign in to comment.