From a2c495e4bfcbeec540452d221922fd636b208b69 Mon Sep 17 00:00:00 2001 From: Wen Gao Date: Mon, 7 May 2018 09:42:24 +0800 Subject: [PATCH] Typo error: repeat 'from' --- sig-scalability/slis/apimachinery_slis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig-scalability/slis/apimachinery_slis.md b/sig-scalability/slis/apimachinery_slis.md index 512548ee8..b86d3f579 100644 --- a/sig-scalability/slis/apimachinery_slis.md +++ b/sig-scalability/slis/apimachinery_slis.md @@ -68,7 +68,7 @@ in Kubernetes, so this metric is a building block for less trivial SLIs and SLOs. Other notes: -- The SLO has to be satisfied independently from from the used encoding. This +- The SLO has to be satisfied independently from the used encoding. This makes the mix of client important while testing. However, we assume that all `core` components communicate with apiserver with protocol buffers (otherwise the SLO doesn’t have to be satisfied).