Skip to content

Commit b6e8df2

Browse files
authored
Merge pull request ember-learn#715 from dmzza/patch-1
[OCTANE] Components/Actions and Events: Remove reference to the "target" attribute
2 parents ffd5b4c + 3c28eb6 commit b6e8df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/components/actions-and-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ export default class SendMessage extends Component {
437437
```
438438

439439
We can tell the action to invoke the `sendMessage` action directly on the
440-
messaging service with the `target` attribute.
440+
messaging service.
441441

442442
```handlebars {data-filename=app/templates/components/send-message.hbs}
443443
<ButtonWithConfirmation

0 commit comments

Comments
 (0)