Skip to content

Commit bac3f26

Browse files
committed
minor #2037 [docs] Add missing end delimiter (JanoschOltmanns)
This PR was merged into the 2.x branch. Discussion ---------- [docs] Add missing end delimiter | Q | A | ------------- | --- | Bug fix? | yes | License | MIT Added missing end delimiter Commits ------- cb2835e Add missing end delimiter
2 parents 14d222a + cb2835e commit bac3f26

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
@@ -1173,7 +1173,7 @@ You can also pass arguments to your action by adding each as a
11731173
{# or #}
11741174

11751175
<form>
1176-
<button {{ live_action('addItem', {'id': item.id, 'itemName': 'CustomItem' })>Add Item</button>
1176+
<button {{ live_action('addItem', {'id': item.id, 'itemName': 'CustomItem' }) }}>Add Item</button>
11771177
</form>
11781178

11791179
In your component, to allow each argument to be passed, add

0 commit comments

Comments
 (0)