Skip to content

Commit

Permalink
Merge pull request #327 from talsafran/patch-1
Browse files Browse the repository at this point in the history
Change `runnung` to `running` in README
  • Loading branch information
alto committed Mar 18, 2016
2 parents 1420898 + dc74f12 commit e40afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -149,7 +149,7 @@ In this case `do_something` is called before actually entering the state `sleepi
while `notify_somebody` is called after the transition `run` (from `sleeping` to `running`)
is finished.

AASM will also initialize `LogRunTime` and run the `call` method for you after the transition from `runnung` to `finished` in the example above. You can pass arguments to the class by defining an initialize method on it, like this:
AASM will also initialize `LogRunTime` and run the `call` method for you after the transition from `running` to `finished` in the example above. You can pass arguments to the class by defining an initialize method on it, like this:

```
class LogRunTime
Expand Down

0 comments on commit e40afc1

Please sign in to comment.