Skip to content

Commit 6bed67f

Browse files
minor symfony#46331 [WebProfilerBundle] Fix spelling of curl (lyrixx)
This PR was merged into the 6.1 branch. Discussion ---------- [WebProfilerBundle] Fix spelling of curl | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | the CLU is spelled `curl` the project is spelled `cURL` Some references: * https://curl.se/ * https://github.com/curl/curl * https://twitter.com/bagder/status/1524674023224922112 Commits ------- 124b374 [WebProfilerBundle] Fix spelling of curl
2 parents acef571 + 124b374 commit 6bed67f

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)