From 1072ff1eefe28545f1201a147fe8dfe03df511dc Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Wed, 17 Jan 2018 11:36:47 +0100 Subject: [PATCH] Fixed a typo --- docs/tasks/debug-application-cluster/core-metrics-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/core-metrics-pipeline.md b/docs/tasks/debug-application-cluster/core-metrics-pipeline.md index 523f97d7c1..2703354cbd 100644 --- a/docs/tasks/debug-application-cluster/core-metrics-pipeline.md +++ b/docs/tasks/debug-application-cluster/core-metrics-pipeline.md @@ -17,7 +17,7 @@ by a given node or a given pod. This API doesn't store the metric values, so it's not possible for example to get the amount of resources used by a given node 10 minutes ago. -The API no different from any other API: +The API is no different from any other API: - it is discoverable through the same endpoint as the other Kubernetes APIs under `/apis/metrics.k8s.io/` path - it offers the same security, scalability and reliability guarantees