Skip to content

Commit 124b374

Browse files
committed
[WebProfilerBundle] Fix spelling of curl
the cli is spelled `curl` the project is spelled `cURL` Some reference: * https://curl.se/ * https://github.com/curl/curl * https://twitter.com/bagder/status/1524674023224922112
1 parent acef571 commit 124b374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{% endif %}
9797
{% if trace.curlCommand is not null %}
9898
<th>
99-
<button class="btn btn-sm hidden label" title="Copy as cURL" data-clipboard-text="{{ trace.curlCommand }}">cURL</button>
99+
<button class="btn btn-sm hidden label" title="Copy as curl" data-clipboard-text="{{ trace.curlCommand }}">curl</button>
100100
</th>
101101
{% endif %}
102102
</tr>

0 commit comments

Comments
 (0)