Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Radchenko <[email protected]>
  • Loading branch information
Gaurav0 and knownasilya committed May 27, 2020
1 parent b6c3382 commit cdee1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0632-deprecate-string-based-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default Component.extend({
this.actionName();
},

action(function actionName() {
actionName: action(function() {
// do something
})
});
Expand All @@ -106,7 +106,7 @@ export class extends Component {
}

@action
function actionName() {
actionName() {
// do something
}
}
Expand Down

0 comments on commit cdee1bd

Please sign in to comment.