diff options
Diffstat (limited to 'lib/Minz')
| -rw-r--r-- | lib/Minz/Dispatcher.php | 2 |
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 { |
