Skip to content

Commit 3ec0fee

Browse files
authored
Update asset_mapper.rst
update typo at Lazily Importing CSS from a JavaScript File
1 parent a26c818 commit 3ec0fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ This *can* work with importmaps, but it should *not* be used for critical CSS
391391
that needs to be loaded before the page is rendered because the browser
392392
won't download the CSS until the JavaScript file executed.
393393

394-
However, if you *do* want to lazily-load a CSS file, you an make this work
394+
However, if you *do* want to lazily-load a CSS file, you can make this work
395395
by using the ``importmap:require`` command and pointing it at a CSS file.
396396

397397
.. code-block:: terminal

0 commit comments

Comments
 (0)