Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrdilauro committed Dec 22, 2018
1 parent 77df783 commit 6fd3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ this.abTestsService.setVersion('xxx', 'my-scope');

**This behaviour is logical: for whatever reason you are changing manually the version of a test, you don't want the change to apply to parts of the page that are already rendered, because the user would see a weird flickering.**

**So, if you want to force a version, please ensure that you do it BEFORE rendering any HTML block affected by that test.**
**So, if you want to force a version, please ensure that you do it BEFORE rendering any HTML block affected by that test: otherwise, the user might end up seeing, in the same page, HTML blocks corresponding to different versions.**


### Debugging cookies
Expand Down

0 comments on commit 6fd3bc3

Please sign in to comment.