Skip to content

Commit 8ecadf2

Browse files
committed
minor #18532 Importmaps => import maps (ThomasLandauer)
This PR was merged into the 6.3 branch. Discussion ---------- Importmaps => import maps Page: https://symfony.com/doc/current/frontend/asset_mapper.html That's the official spelling, see https://html.spec.whatwg.org/multipage/webappapis.html#import-maps Besides, this sounded weird: > Importmaps is a native browser feature. Commits ------- 1cd266d Importmaps => import maps
2 parents 89dad11 + 1cd266d commit 8ecadf2

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
@@ -267,9 +267,9 @@ outputs an `importmap`_:
267267
}
268268
}</script>
269269

270-
Importmaps is a native browser feature. It works in all browsers thanks to
270+
Import maps are a native browser feature. They work in all browsers thanks to
271271
a "shim" file that's included automatically by the AssetMapper component
272-
(all *modern* browsers `support it natively <https://caniuse.com/import-maps>`_).
272+
(all *modern* browsers `support them natively <https://caniuse.com/import-maps>`_).
273273

274274
When you import ``bootstrap`` from your JavaScript, the browser will look at
275275
the ``importmap`` and see that it should fetch the package from the URL.

0 commit comments

Comments
 (0)