Commit 7d8753cb authored by Amy Qualls's avatar Amy Qualls

Merge branch 'fix-experiment-documentation' into 'master'

Fix documentation typos

See merge request gitlab-org/gitlab!46799
parents 5f9d3dfc 41c8153b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment