8000 [WebProfilerBundle] fixed typos · Ouark/symfony@ee75975 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit ee75975

Browse files
committed
[WebProfilerBundle] fixed typos
1 parent e5ac5fb commit ee75975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% else %}
1616
<h2>Events</h2>
1717
<p>
18-
<em>No events have been recorded. Are you sure that debugging is enabled in the kernel ?</em>
18+
<em>No events have been recorded. Are you sure that debugging is enabled in the kernel?</em>
1919
</p>
2020
{% endif %}
2121
{% endblock %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{{ block('panelContent') }}
4242
{% else %}
4343
<p>
44-
<em>No timing events have been recorded. Are you sure that debugging is enabled in the kernel ?</em>
44+
<em>No timing events have been recorded. Are you sure that debugging is enabled in the kernel?</em>
4545
</p>
4646
{% endif %}
4747
{% endblock %}

0 commit comments

Comments
 (0)
0