1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Fix grammar error

That comma works only in German. :)
This commit is contained in:
Quico Moya 2018-05-25 13:59:00 +02:00 committed by Anil Kumar Maurya
parent cc5a13d9a9
commit 35d6f6843f

View file

@ -131,7 +131,7 @@ the transition succeeds :
### Callbacks
You can define a number of callbacks for your transitions. These methods will be
called, when certain criteria are met, like entering a particular state:
called when certain criteria are met, like entering a particular state:
```ruby
class Job