Skip to content

Commit

Permalink
Merge pull request #204 from seanpdoyle/morphing-attribute-mutation-type
Browse files Browse the repository at this point in the history
Correct `mutationType` value typos
  • Loading branch information
dhh authored Aug 29, 2024
2 parents e7bae99 + e61ff96 commit 54b893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/reference/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Fires before Turbo morphs an element's attributes. The [event.target][] referenc
| `event.detail` property | Type | Description
|---------------------------|---------------------------|------------
| `attributeName` | `string` | the name of the attribute to be mutated
| `mutationType` | `"updated" \| "removed"` | how the attribute will be mutated
| `mutationType` | `"update" \| "remove"` | how the attribute will be mutated

### `turbo:morph-element`

Expand Down

0 comments on commit 54b893f

Please sign in to comment.