diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 1f10c8e3931..afeadbdad11 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -23,7 +23,7 @@ The AssetMapper component has two main features: * :ref:`Importmaps `: A native browser feature that makes it easier to use the JavaScript ``import`` statement (e.g. ``import { Modal } from 'bootstrap'``) without a build system. It's supported in all browsers (thanks to a shim) - and is a `W3C standard `_. + and is part of the `HTML5 standard `_. Installation ------------