aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz/Dispatcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Minz/Dispatcher.php')
-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 {