Skip to content

Commit b81fe2c

Browse files
committed
minor #1537 [Doc] Fix a minor syntax issue in docs (javiereguiluz)
This PR was merged into the 2.x branch. Discussion ---------- [Doc] Fix a minor syntax issue in docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | - | License | MIT Commits ------- 442e262 Update index.rst
2 parents b436585 + 442e262 commit b81fe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ want to render on the root element:
306306

307307
<twig:Alert message="hello!" id="custom-alert-id" />
308308

309-
To pass an array of attributes, use `{{...}}` spread operator syntax.
309+
To pass an array of attributes, use ``{{...}}`` spread operator syntax.
310310
This requires Twig 3.7.0 or higher:
311311

312312
.. code-block:: html+twig

0 commit comments

Comments
 (0)