From 455aacdea7e907aaeab956f777b7bce6f3d322ef Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Wed, 9 Jun 2021 06:29:17 +0200 Subject: [PATCH] Fixed typos in api phalcon events --- en/api/phalcon_events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/api/phalcon_events.md b/en/api/phalcon_events.md index c446e06df8e3..c75bd32ffe21 100644 --- a/en/api/phalcon_events.md +++ b/en/api/phalcon_events.md @@ -368,7 +368,7 @@ Check whether certain type of event has listeners ```php public function isCollecting(): bool; ``` -Check if the events manager is collecting all all the responses returned +Check if the events manager is collecting all the responses returned by every registered listener in a single fire