Skip to content

Commit

Permalink
Merge pull request #155 from tyre/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
alto committed Jul 24, 2014
2 parents 8a8cba0 + 8931270 commit df5841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -147,7 +147,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 `:defragmentation` argument.

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.
Expand Down

0 comments on commit df5841f

Please sign in to comment.