mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
fixed typo
This commit is contained in:
parent
a536d77b92
commit
e39b7b3f64
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Also, you can pass parameters to events:
|
|||
job.run(:running, :defragmentation)
|
||||
```
|
||||
|
||||
In this case the set_process would be called with `:defagmentation` argument.
|
||||
In this case the `set_process` would be called with `:defagmentation` argument.
|
||||
|
||||
### Guards
|
||||
|
||||
|
|
Loading…
Reference in a new issue