diff --git a/scheduler.rst b/scheduler.rst index 6f2c25f03a4..c2547319cb5 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -195,7 +195,7 @@ Custom Triggers ~~~~~~~~~~~~~~~ Custom triggers allow to configure any frequency dynamically. They are created -as services that implement :class:`Symfony\\Component\\Scheduler\\TriggerInterface`. +as services that implement :class:`Symfony\\Component\\Scheduler\\Trigger\\TriggerInterface`. For example, if you want to send customer reports daily except for holiday periods::