Skip to content

Commit

Permalink
Merge pull request collectiveidea#144 from nowakov/fix-typo-in-readme
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
laserlemon authored May 29, 2017
2 parents f631467 + 1f0767f commit 0ff2d2f
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 @@ -102,7 +102,7 @@ A symbol argument can also be given, rather than a block.
```ruby
before :zero_emails_sent

def zero_email_sent
def zero_emails_sent
context.emails_sent = 0
end
```
Expand Down

0 comments on commit 0ff2d2f

Please sign in to comment.