From a1285e164f9f483f7505b6aa06786d6fb5887ee3 Mon Sep 17 00:00:00 2001 From: Rob Cortez Date: Tue, 17 Mar 2026 14:50:29 -0400 Subject: [PATCH] docs: fix typo in stepWeights usage --- docs/gitbook/usage/deployment-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/usage/deployment-strategies.md b/docs/gitbook/usage/deployment-strategies.md index 9c47a59af..e21e8ea24 100644 --- a/docs/gitbook/usage/deployment-strategies.md +++ b/docs/gitbook/usage/deployment-strategies.md @@ -160,7 +160,7 @@ We would have steps (canary weight : primary weight): * 1 (1 : 99) * 2 (2 : 98) * 10 (10 : 90) -* 80 (20 : 60) +* 80 (80 : 20) * promotion ## A/B Testing