Skip to content

Commit cba050a

Browse files
authored
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
1 parent d8bbdd7 commit cba050a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ can do most of the work for you:
9696
{{ encore_entry_link_tags('app') }}
9797
9898
<!-- Renders a link tag (if your module requires any CSS)
99-
<link rel="stylesheet" src="/build/app.css"> -->
99+
<link rel="stylesheet" href="/build/app.css"> -->
100100
{% endblock %}
101101
</head>
102102
<body>

0 commit comments

Comments
 (0)