Skip to content

Commit

Permalink
Merge pull request rust-lang#424 from knownasilya/patch-4
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
rwjblue authored Dec 21, 2018
2 parents c89de58 + daadd12 commit a7ea689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0421-deprecate-application-controller-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default Controller.extend({
fetch('/endpoint', {
method: 'POST',
body: JSON.stringify({
route: router.currentRouteName
route: this.router.currentRouteName
})
});
}
Expand Down

0 comments on commit a7ea689

Please sign in to comment.