We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1444b13 commit 0ee3a0eCopy full SHA for 0ee3a0e
components/mime.rst
@@ -308,7 +308,7 @@ some utility methods for Twig templates::
308
309
$email = (new TemplatedEmail())
310
->from('fabien@symfony.com')
311
- ->fo('foo@example.com')
+ ->to('foo@example.com')
312
// ...
313
314
// this method defines the path of the Twig template to render
@@ -373,7 +373,7 @@ the ``TemplatedEmail`` class::
373
374
375
376
377
378
379
->textTemplate('messages/user/signup.txt.twig')
0 commit comments