Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 6424c15

Browse files
authored
Spelling on config page
Didn't update dist - it can be included next time the plugin is released.
1 parent ddf616e commit 6424c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/clusters/partials/cluster_config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h4 class="page-heading">Prometheus Read</h4>
4949
</div>
5050
</div>
5151
</form>
52-
<p>The Deploy button will deploy the following: (1) A promtheus configmap which contains the prometheus jobs that collect metrics
52+
<p>The Deploy button will deploy the following: (1) A Prometheus configmap which contains the Prometheus jobs that collect metrics
5353
used by the dashboards in the kubernetes app (2) a
5454
<a class="pointer highlight-word" href="https://github.com/prometheus/node_exporter">Node Exporter</a> deployment, and (3) a
5555
<a class="pointer highlight-word" href="https://github.com/kubernetes/kube-state-metrics">Kube-State Metrics</a> deployment</p>
@@ -88,4 +88,4 @@ <h5>Manual Deploy</h5>
8888
<p>If you want to deploy manually or to automate the deployment to Kubernetes, the following files are needed.</p>
8989
<button type="button" class="btn btn-success" ng-click="ctrl.saveKubeStateDeployToFile()">Download KubeState Deploy</button>
9090
<button type="button" class="btn btn-success" ng-click="ctrl.saveNodeExporterDSToFile()">Download Node Exporter Daemon Set</button>
91-
</div>
91+
</div>

0 commit comments

Comments
 (0)