Skip to content

Commit bedcdd6

Browse files
Update content/ember/v6/deprecate-target-action-support.md
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent 4818d99 commit bedcdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ember/v6/deprecate-target-action-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ until: 7.0.0
44
since: 6.8.0
55
---
66

7-
The `actions` hash on components, controllers, and routes, along with the `send` method, is deprecated. These APIs were primarily used with the now-deprecated `{{action}}` modifier and helper.
7+
The `actions` hash on components, controllers, and routes, along with the `send` method, is deprecated. These APIs were primarily used with the previously-deprecated `{{action}}` modifier and helper.
88

99
The modern approach is to use standard class methods decorated with the `@action` decorator, and to pass functions directly.
1010

0 commit comments

Comments
 (0)