10000 minor #10766 typo in sample of code (arnucci) · symfony/symfony-docs@24b6eea · GitHub
[go: up one dir, main page]

Skip to content

Commit 24b6eea

Browse files
committed
minor #10766 typo in sample of code (arnucci)
This PR was merged into the 3.4 branch. Discussion ---------- 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 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- cba050a typo in sample of code
2 parents 303f846 + cba050a commit 24b6eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
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)
0