From 93974115ad501c7c245ea16e5252705d67136868 Mon Sep 17 00:00:00 2001 From: richardbrks Date: Fri, 28 Sep 2018 07:52:48 -0400 Subject: [PATCH] remove repeated word --- docs/config-walkthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config-walkthrough.md b/docs/config-walkthrough.md index e71ae1a5..e493a94d 100644 --- a/docs/config-walkthrough.md +++ b/docs/config-walkthrough.md @@ -2,7 +2,7 @@ Configuration Walkthroughs ========================== *If you're looking for reference documentation on configuration, please -read the the [configuration reference](/docs/config.md)* +read the [configuration reference](/docs/config.md)* Per-pod HTTP Requests --------------------- @@ -105,7 +105,7 @@ in the custom-metrics-apiserver boilerplate guide. Now, cumulative metrics (like those that end in `_total`) aren't particularly useful for autoscaling, so we want to convert them to rate metrics in the API. We'll call the rate version of our metric -`http_requests_per_second`. We can use the the `name` field to tell the +`http_requests_per_second`. We can use the `name` field to tell the adapter about that: ```yaml