From 5e1023ff3977b33b5040d8b0ca0f19bc59bef3c7 Mon Sep 17 00:00:00 2001 From: Invinsible-Coder <192500415+Invinsible-Coder@users.noreply.github.com> Date: Wed, 18 Mar 2026 19:56:41 +0530 Subject: [PATCH] Fixed the type 80 (80:20) in documentation Fixed the typo from 80 (20:60) to 80 (80:20) Signed-off-by: Invinsible-Coder <192500415+Invinsible-Coder@users.noreply.github.com> --- 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 9c47a59a..e21e8ea2 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