aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-02-21 13:57:56 +0100
committerGravatar GitHub <noreply@github.com> 2025-02-21 13:57:56 +0100
commitf477a261d686e1d37853e4718c9e6e4393498959 (patch)
tree6d866faa88ebdebb1b4a427df68624a583baeaa8 /lib/Minz
parentd5b8572ec7c4f5c0f6d49296aeffc2d0b706908f (diff)
Update dev tools (#7347)
In particular those not covered by Dependabot
Diffstat (limited to 'lib/Minz')
-rw-r--r--lib/Minz/Dispatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Dispatcher.php b/lib/Minz/Dispatcher.php
index 95460291f..fd1ce2fdf 100644
--- a/lib/Minz/Dispatcher.php
+++ b/lib/Minz/Dispatcher.php
@@ -7,7 +7,7 @@ declare(strict_types=1);
*/
/**
- * The Dispatcher is in charge of initialising the Controller and exectue the action as specified in the Request object.
+ * The Dispatcher is in charge of initialising the Controller and execute the action as specified in the Request object.
* It is a singleton.
*/
final class Minz_Dispatcher {