Skip to content

Commit b96361c

Browse files
committed
rstdoctor!
1 parent 3267189 commit b96361c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ Next, add this to ``importmap.php`` and mark it as an entrypoint::
10171017
Finally, on the page that needs this JavaScript, call ``importmap()`` and pass
10181018
both ``app`` and ``checkout``:
10191019

1020-
.. code-block:: html+twig
1020+
.. code-block:: twig
10211021
10221022
{# templates/products/checkout.html.twig #}
10231023
{% block javascripts %}
@@ -1101,7 +1101,6 @@ command as part of your CI to be warned anytime a new vulnerability is found.
11011101
.. _importmap: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap
11021102
.. _bootstrap: https://www.npmjs.com/package/bootstrap
11031103
.. _ES module shim: https://www.npmjs.com/package/es-module-shims
1104-
.. _jsdelivr.com: https://www.jsdelivr.com/
11051104
.. _highlight.js: https://www.npmjs.com/package/highlight.js
11061105
.. _class syntax: https://caniuse.com/es6-class
11071106
.. _UX React Documentation: https://symfony.com/bundles/ux-react/current/index.html

frontend/encore/postcss.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PostCSS and autoprefixing (postcss-loader) with Webpack Encore
2-
===============================================================
2+
==============================================================
33

44
`PostCSS`_ is a CSS post-processing tool that can transform your CSS in a lot
55
of cool ways, like `autoprefixing`_, `linting`_ and more!

frontend/encore/typescript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Enabling TypeScript (ts-loader) with Webpack Encore
2-
====================================================
2+
===================================================
33

44
Want to use `TypeScript`_? No problem! First, enable it:
55

0 commit comments

Comments
 (0)