Skip to content

Commit f0fe0b8

Browse files
committed
minor #614 [Doc] Live Component: Fixed a typo in the documentation (svenpet90)
This PR was merged into the 2.x branch. Discussion ---------- [Doc] Live Component: Fixed a typo in the documentation | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT This PR fixes a simple typo: "..add an input**s** to the template:" to "...add an input to the template:"> Commits ------- f0c5282 Fixed a typo
2 parents 8e3c70c + f0c5282 commit f0fe0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ For example, could we allow the user to *change* the ``$max``
236236
property and then re-render the component when they do? Definitely! And
237237
*that* is where live components really shine.
238238

239-
Add an inputs to the template:
239+
Add an input to the template:
240240

241241
.. code-block:: twig
242242

0 commit comments

Comments
 (0)