Skip to content

Commit 722f199

Browse files
committed
tweak the AssetMapper docs
1 parent b36f2a0 commit 722f199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ CSS can be added to your page by importing it from a JavaScript file. The defaul
406406
// ...
407407
408408
When you call ``importmap('app')`` in ``base.html.twig``, AssetMapper parses
409-
``assets/app.js`` (and any JavaScript files that *it* imports) looking for ``import``
409+
``assets/app.js`` (and any JavaScript files that it imports) looking for ``import``
410410
statements for CSS files. The final collection of CSS files is rendered onto
411411
the page as ``link`` tags in the order they were imported.
412412

@@ -513,7 +513,7 @@ Missing importmap Entry
513513
~~~~~~~~~~~~~~~~~~~~~~~
514514

515515
One of the most common errors will come from your browser's console, and
516-
will something like this:
516+
will look something like this:
517517

518518
Failed to resolve module specifier " bootstrap". Relative references must start
519519
with either "/", "./", or "../".

0 commit comments

Comments
 (0)