Skip to content

Commit 22df5d3

Browse files
committed
Fixes for Doctor RST
1 parent c6f272e commit 22df5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ In this case, the file located at ``[assets directory]/dist/controller.js`` will
607607
If the bundle is named ``acme/feature``, the base key for the controller will be ``acme--feature--slug``: it's composed
608608
of the bundle name and the controller name defined in the ``package.json`` file.
609609

610-
To use it in a template (eg. one defined in your bundle) you can use it like this:
610+
To use it in a template (e.g. one defined in your bundle) you can use it like this:
611611

612-
.. code-block:: twig
612+
.. code-block:: html+twig
613613

614614
<div
615615
data-controller="acme--feature--slug"

0 commit comments

Comments
 (0)