Skip to content

Commit 6a52744

Browse files
committed
minor symfony#32692 Typo in web profiler (GKFX)
This PR was merged into the 3.4 branch. Discussion ---------- Typo in web profiler | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | no ticket | License | MIT | Doc PR | N/A Fixes typo in web profiler. (NB: Despite the branch being created using the GitHub web editor, I have tested this on my machine with a real project.) Commits ------- 84b3359 Typo in web profiler
2 parents eab5d4f + 84b3359 commit 6a52744

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
</table>
647647
{% else %}
648648
<div class="empty">
649-
<p>No options where passed when constructing this form.</p>
649+
<p>No options were passed when constructing this form.</p>
650650
</div>
651651
{% endif %}
652652
</div>

0 commit comments

Comments
 (0)