From 867c1af897342ecbc1ef1419fbb6c84c70af4d6c Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:07:19 -0400 Subject: [PATCH] insert comma in FAQ A/B testing explanation Signed-off-by: Mike Ball --- docs/gitbook/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index babbd2e4..5f39fbc7 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -13,7 +13,7 @@ Flagger implements the following deployment strategies: #### When should I use A/B testing instead of progressive traffic shifting? -For frontend applications that require session affinity you should use HTTP headers or +For frontend applications that require session affinity, you should use HTTP headers or cookies match conditions to ensure a set of users will stay on the same version for the whole duration of the canary analysis.