diff --git a/docs/cron.md b/docs/cron.md
index d3b06e61e1c2e579ef60e1bedc24946f041e01eb..543de07ceb959b2c701fc9159ae51f5976af66a0 100644
--- a/docs/cron.md
+++ b/docs/cron.md
@@ -16,7 +16,7 @@ For example in crontab, every 5 minutes:
 This cron job will regularly prune caches and dispatch a cron event which can be
 handled by different bundles.
 
-To get access to such an even you have to implement an event listener:
+To get access to such an event you have to implement an event listener:
 
 ```yaml
   Dbp\Relay\MyBundle\Cron\CleanupJob: