Skip to content

Commit 1cd266d

Browse files
Importmaps => import maps
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.
1 parent 329c69e commit 1cd266d

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)