Skip to content

Commit 3c28eb6

Browse files
authored
remove reference to the "target" attribute
1 parent 1749315 commit 3c28eb6

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)