Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-03 21:09:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-03 21:09:22 +0300
commit62baa95f25f1cc56b100d2b64b0a3906f47dcfe1 (patch)
tree0bee30bc13c3cb7444f1d89d2647719718a31d76 /doc/development/experiment_guide
parentff8eb438401fc82b883fc4ae69626f0035b69236 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/experiment_guide')
-rw-r--r--doc/development/experiment_guide/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/experiment_guide/index.md b/doc/development/experiment_guide/index.md
index a9334d2a79f..5d9e0569f2a 100644
--- a/doc/development/experiment_guide/index.md
+++ b/doc/development/experiment_guide/index.md
@@ -142,7 +142,7 @@ context 'when the experiment is active and the user is in the experimental group
expect_snowplow_event(
category: 'Growth::Activation::Experiment::SignUpFlow',
action: 'action',
- label: 'value',
+ value: 'value',
label: 'experimentation_subject_id',
property: 'experimental_group'
)
@@ -254,7 +254,7 @@ For visibility, please also share any commands run against production in the `#s
#### RSpec
-Use the folowing in RSpec to mock the experiment:
+Use the following in RSpec to mock the experiment:
```ruby
context 'when the experiment is active' do