File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ CSS can be added to your page by importing it from a JavaScript file. The defaul
406
406
// ...
407
407
408
408
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 ``
410
410
statements for CSS files. The final collection of CSS files is rendered onto
411
411
the page as ``link `` tags in the order they were imported.
412
412
@@ -513,7 +513,7 @@ Missing importmap Entry
513
513
~~~~~~~~~~~~~~~~~~~~~~~
514
514
515
515
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:
517
517
518
518
Failed to resolve module specifier " bootstrap". Relative references must start
519
519
with either "/", "./", or "../".
You can’t perform that action at this time.
0 commit comments