Commit 41c8153b authored by Alex Buijs's avatar Alex Buijs

Fix documentation typos

parent d57cf98c
......@@ -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