Skip to content

Commit aaf1926

Browse files
committed
minor #18401 Update asset_mapper.rst (abdellahrk)
This PR was merged into the 6.3 branch. Discussion ---------- Update asset_mapper.rst update typo at Lazily Importing CSS from a JavaScript File <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 3ec0fee Update asset_mapper.rst
2 parents 2255a96 + 3ec0fee commit aaf1926

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)