Skip to content

Commit

Permalink
docs: Fix action in "Multiple Actions" section (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhisme committed Feb 7, 2024
1 parent bafb739 commit e1cb435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ When an element has more than one action for the same event, Stimulus invokes th
The action chain can be stopped at any point by calling `Event#stopImmediatePropagation()` within an action. Any additional actions to the right will be ignored:

```javascript
highlight: function(event) {
highlight(event) {
event.stopImmediatePropagation()
// ...
}
Expand Down

0 comments on commit e1cb435

Please sign in to comment.