Skip to content

Commit

Permalink
minor #2037 [docs] Add missing end delimiter (JanoschOltmanns)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Aug 8, 2024
2 parents 14d222a + cb2835e commit bac3f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ You can also pass arguments to your action by adding each as a
{# or #}

<form>
<button {{ live_action('addItem', {'id': item.id, 'itemName': 'CustomItem' })>Add Item</button>
<button {{ live_action('addItem', {'id': item.id, 'itemName': 'CustomItem' }) }}>Add Item</button>
</form>

In your component, to allow each argument to be passed, add
Expand Down

0 comments on commit bac3f26

Please sign in to comment.