From e39b7b3f647c02ad75512b572ff12ad3383ce979 Mon Sep 17 00:00:00 2001 From: Vladimir Meremyanin Date: Sat, 2 Feb 2013 11:11:31 +0400 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e31320d..3884217 100644 --- a/README.md +++ b/README.md @@ -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