From fbf258930156330cbd5f65872f9f6881730cbfc1 Mon Sep 17 00:00:00 2001 From: M#3 Date: Fri, 27 Mar 2020 14:33:58 +0530 Subject: [PATCH] Typo sent instead of send --- notifier/texters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier/texters.rst b/notifier/texters.rst index 12505cacfa1..897d02df4b4 100644 --- a/notifier/texters.rst +++ b/notifier/texters.rst @@ -10,7 +10,7 @@ How to send SMS Messages :doc:`experimental feature `. The :class:`Symfony\\Component\\Notifier\\TexterInterface` class allows -you to sent SMS messages:: +you to send SMS messages:: // src/Controller/SecurityController.php namespace App\Controller;