Skip to content

Commit 4da8c94

Browse files
weaverryanwouterj
andauthored
Update mailer.rst
Co-Authored-By: Wouter J <[email protected]>
1 parent 0510b99 commit 4da8c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ for Twig templates::
305305
// path of the Twig template to render
306306
->htmlTemplate('emails/signup.html.twig')
307307

308-
// pass variable (name => value) to the template
308+
// pass variables (name => value) to the template
309309
->context([
310310
'expiration_date' => new \DateTime('+7 days'),
311311
'username' => 'foo',

0 commit comments

Comments
 (0)