From cba050a4e4ede7ec83e7ddac70d533be9ae4652c Mon Sep 17 00:00:00 2001 From: arnucci Date: Mon, 10 Dec 2018 17:19:14 +0100 Subject: [PATCH] typo in sample of code Hello While I test webpack encore on a little project in Symfony 3.4, I notice a typo in the documentation. (src instead of href in the link markup). This typo is also present in the documentation of the youngest version of Symfony (4.0, 4.1, 4.2). Do I have to submit a PR for each version ? Thanks for your attention regarding this little bug. Best regard Arnaud --- frontend/encore/simple-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 9c91a020401..2471f2d77bc 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -96,7 +96,7 @@ can do most of the work for you: {{ encore_entry_link_tags('app') }} + --> {% endblock %}