Skip to content

Commit ba421fd

Browse files
authored
Merge pull request #30 from theUm/master
twig typo fix
2 parents 58b1d82 + aecd757 commit ba421fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/webprofiler.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<div>
8585
<strong class="font-normal text-small">Tag</strong>: {{ statement.tag|default('N/A')|yaml_encode }}
8686
</div>
87-
{% if statement.sucess %}
87+
{% if statement.success %}
8888
<div>
8989
<strong class="font-normal text-small">Number of results</strong>: {{ statement.nb_results }}
9090
</div>

0 commit comments

Comments
 (0)