From e9c01b2f757d867f2ffac0434da1f9c71f5e4ff0 Mon Sep 17 00:00:00 2001 From: Tawan Sierek Date: Sun, 27 Nov 2016 15:27:17 +0100 Subject: [PATCH] Fix typo [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e012e06..c60cb7a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ similar to cron jobs. We recommend you to make yourself familiar with Elastic Be You don't need this gem to make us of Elastic Beanstalk's periodic tasks feature, however, this gem takes care of intercepting the POST requests from the SQS daemon (explained in the [official documenation](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-tiers.html#worker-periodictasks)). -If the gem detects a POST reqeust from the daemon caused by a periodic task definition, then the gem will create a corresponding Active Job instance and trigger the execution. +If the gem detects a POST request from the daemon caused by a periodic task definition, then the gem will create a corresponding Active Job instance and trigger the execution. To make use of the gem, just follow these conventions when writing your definition of the perdiodic tasks in `cron.yaml`: * Set `name` to the class name the of the (ActiveJob) job that should be performed.