Skip to content

Commit 311eb12

Browse files
committed
minor #1294 [TwigComponent] Fix typo in Component Attributes docs (mariusadam)
This PR was merged into the 2.x branch. Discussion ---------- [TwigComponent] Fix typo in Component Attributes docs | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Issues | none <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Fixing a small typo in the documentation. Commits ------- 5ca5a8a [TwigComponent] Fix typo in Component Attributes docs
2 parents 7794893 + 5ca5a8a commit 311eb12

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)