From e2201d0e4e911412e367b0634dcac3931e99e0c3 Mon Sep 17 00:00:00 2001 From: Mubarak Jama <83465122+mubarak-j@users.noreply.github.com> Date: Tue, 11 Jan 2022 10:54:36 -0700 Subject: [PATCH] docs(controller): remove duplicate sentence. (#1756) Signed-off-by: Mubarak Jama --- docs/features/analysis.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/features/analysis.md b/docs/features/analysis.md index c8671fb0cc..7d037a2f07 100644 --- a/docs/features/analysis.md +++ b/docs/features/analysis.md @@ -633,8 +633,7 @@ Metric Results: ### Dry-Run Rollouts -If a rollout wants to dry run its analysis, it simply needs to specify the `dryRun` field to its `analysis` stanza. If a -rollout wants to dry run its analysis, it simply needs to specify the `dryRun` field to its `analysis` stanza. In the +If a rollout wants to dry run its analysis, it simply needs to specify the `dryRun` field to its `analysis` stanza. In the following example, all the metrics from `random-fail` and `always-pass` get merged and executed in the dry-run mode. ```yaml hl_lines="9 10"