Merge pull request #154 from peteryates/master

Fix typo in README
This commit is contained in:
Thorsten Böttger 2014-08-16 11:27:39 +02:00
commit b8addd3706
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ You can even provide a number of guards, which all have to succeed to proceed
end
```
If you want to provide guards for all transitions withing an event, you can use event guards
If you want to provide guards for all transitions within an event, you can use event guards
```ruby
event :sleep, :guards => [:walked_the_dog?] do