"the" instead of "a"

This commit is contained in:
Jonathan ES Lin 2014-11-27 14:55:34 +08:00
parent e37d806e05
commit d515948a18
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ Note that when passing arguments to a state transition, the first argument must
In case of an error during the event processing the error is rescued and passed to `:error`
callback, which can handle it or re-raise it for further propagation.
During a transition's `:after` callback (and reliably only then) you can access the
During the transition's `:after` callback (and reliably only then) you can access the
originating state (the from-state) and the target state (the to state), like this:
```ruby