File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1040,7 +1040,7 @@ the work::
1040
1040
1041
1041
The ``data-live-action-param `` attribute way of specifying the action
1042
1042
was added in Live Components 2.16. Previously, this was done with
1043
- ``data-live- action-name ``.
1043
+ ``data-action-name ``.
1044
1044
1045
1045
To call this, trigger the ``action `` method on the ``live `` Stimulus
1046
1046
controller and pass ``resetMax `` as a `Stimulus action parameter `_ called
@@ -1108,7 +1108,7 @@ Actions & Arguments
1108
1108
1109
1109
The ``data-live-{NAME}-param `` attribute way of specifying action
1110
1110
arguments was added in Live Components 2.16. Previously, this was done
1111
- inside the ``data-live- action-name `` attribute.
1111
+ inside the ``data-action-name `` attribute.
1112
1112
1113
1113
You can also pass arguments to your action by adding each as a
1114
1114
`Stimulus action parameter `_:
You can’t perform that action at this time.
0 commit comments