diff --git a/docs/tasks.md b/docs/tasks.md index 50ebcf1..134c6c7 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -3,8 +3,8 @@ Tasks are scripts executabled from UI. The creation of tasks is based on events. ``` -// src/EventSuscriber/MyTaskEventSubscriber.php -namespace App\EventSuscriber; +// src/EventSubscriber/MyTaskEventSubscriber.php +namespace App\EventSubscriber; use App\Core\Event\Task\TaskInitEvent; use App\Core\Event\Task\TaskRunRequestedEvent;