Skip to content

Commit b25c065

Browse files
committed
minor #1859 [docs] Add missing closing paranthesis (richardhj)
This PR was merged into the 2.x branch. Discussion ---------- [docs] Add missing closing paranthesis | Q | A | ------------- | --- | Bug fix? | yes | | License | MIT Typo in docs fixed Commits ------- d8a36e7 Add missing closing paranthesis
2 parents 8db386c + d8a36e7 commit b25c065

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
@@ -2560,7 +2560,7 @@ definition::
25602560
#[AsLiveComponent]
25612561
class SearchModule
25622562
{
2563-
#[LiveProp(writable: true, url: new UrlMapping(as: 'q')]
2563+
#[LiveProp(writable: true, url: new UrlMapping(as: 'q'))]
25642564
public string $query = '';
25652565

25662566
// ...

0 commit comments

Comments
 (0)