Skip to content

Commit 5ca5a8a

Browse files
authored
[TwigComponent] Fix typo in Component Attributes docs
1 parent ea497d7 commit 5ca5a8a

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
@@ -812,7 +812,7 @@ Component Attributes
812812
A common need for components is to configure/render attributes for the
813813
root node. Attributes are any props that are passed when rendering that
814814
cannot be mounted on the component itself. This extra data is added to a
815-
``ComponentAttributes`` object that'ss available as ``attributes`` in your
815+
``ComponentAttributes`` object that's available as ``attributes`` in your
816816
component's template:
817817

818818
.. code-block:: html+twig

0 commit comments

Comments
 (0)