From 4c0843f92acef7e524dabc82fc22cb8398946c54 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:08:22 -0400 Subject: [PATCH] use nonplural 'cookie' in FAQ A/B test 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 5f39fbc7..d36bc1dc 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -14,7 +14,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 -cookies match conditions to ensure a set of users will stay on the same version for +cookie match conditions to ensure a set of users will stay on the same version for the whole duration of the canary analysis. #### Can I use Flagger to manage applications that live outside of a service mesh?