We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89dad11 + 1cd266d commit 8ecadf2Copy full SHA for 8ecadf2
frontend/asset_mapper.rst
@@ -267,9 +267,9 @@ outputs an `importmap`_:
267
}
268
}</script>
269
270
-Importmaps is a native browser feature. It works in all browsers thanks to
+Import maps are a native browser feature. They work in all browsers thanks to
271
a "shim" file that's included automatically by the AssetMapper component
272
-(all *modern* browsers `support it natively <https://caniuse.com/import-maps>`_).
+(all *modern* browsers `support them natively <https://caniuse.com/import-maps>`_).
273
274
When you import ``bootstrap`` from your JavaScript, the browser will look at
275
the ``importmap`` and see that it should fetch the package from the URL.
0 commit comments