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:
parent
cc5a13d9a9
commit
35d6f6843f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue