Skip to content

Commit c637b7a

Browse files
committed
1 parent 9345cd3 commit c637b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_link.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ requested the HTML page.
7171

7272
.. note::
7373

74-
You can preload an asset by wrapping it with the ``preload()`` function
74+
You can preload an asset by wrapping it with the ``preload()`` function:
7575

7676
.. code-block:: html+twig
7777

7878
<head>
79-
{# ... #}
79+
<!-- ... -->
8080
<link rel="stylesheet" href="{{ preload(asset('build/app.css')) }}">
8181
</head>
8282

0 commit comments

Comments
 (0)