Skip to content

Commit 621b57b

Browse files
committed
Minor tweak
1 parent fdd0abf commit 621b57b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/asset_mapper.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
227227

228228
.. tip::
229229

230-
If you get a error like as ``Connection was reset for "https://cdn.jsdelivr.net/npm/...".``,
231-
than you can temporaly configure the proxy for connection to the ``jsDelivr`` CDN:
230+
If you see a network error like *Connection was reset for "https://cdn.jsdelivr.net/npm/..."*,
231+
it may be caused by a proxy or firewall restriction. In that case, you can
232+
temporarily configure a proxy to connect to the ``jsDelivr`` CDN:
232233

233234
.. code-block:: yaml
234235
@@ -238,7 +239,7 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
238239
http_client:
239240
default_options:
240241
proxy: '185.250.180.238:8080'
241-
# If you use CURL, add extra options:
242+
# if you use CURL, add extra options:
242243
extra:
243244
curl:
244245
# 61 is value of constant CURLOPT_HTTPPROXYTUNNEL

0 commit comments

Comments
 (0)