From 9590a37fa8493fb1ae014fe6df3e85ab5ae6c11f Mon Sep 17 00:00:00 2001 From: Thomas Schulz Date: Wed, 8 May 2019 09:13:44 +0200 Subject: [PATCH] Fix small typo in mime doc example --- components/mime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mime.rst b/components/mime.rst index 333812df449..8c822772b2a 100644 --- a/components/mime.rst +++ b/components/mime.rst @@ -398,7 +398,7 @@ simplify things later:: // ... $templateLoader = new FilesystemLoader(__DIR__.'/templates'); - $templatedLoader->addPath(__DIR__.'/images', 'images'); + $templateLoader->addPath(__DIR__.'/images', 'images'); $twig = new Environment($templateLoader); Now, use the special ``email.image()`` Twig helper to embed the images inside