From f58bdfb2cf7a93cb4d62f1c23503044e19362c3e Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Wed, 12 Jan 2022 07:22:31 +0100
Subject: [PATCH] Fix typo

---
 docs/cron.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cron.md b/docs/cron.md
index d3b06e6..543de07 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:
-- 
GitLab