Skip to content

Commit 7e9585d

Browse files
committed
minor #615 [Doc] Live Component: Fixed typo in documentation (svenpet90)
This PR was merged into the 2.x branch. Discussion ---------- [Doc] Live Component: Fixed typo in 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 in the docs for UX Live Component. Commits ------- dbf0d60 Live Component: Fixed typo in documentation
2 parents f0fe0b8 + dbf0d60 commit 7e9585d

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
@@ -1183,7 +1183,7 @@ Using Actions to Change your Form: CollectionType
11831183

11841184
Symfony's `CollectionType`_ can be used to embed a collection of
11851185
embedded forms including allowing the user to dynamically add or remove
1186-
them. Live components can accomplish make this all possible while
1186+
them. Live components make this all possible while
11871187
writing zero JavaScript.
11881188

11891189
For example, imagine a "Blog Post" form with an embedded "Comment" forms

0 commit comments

Comments
 (0)