Skip to content

Commit a7ea689

Browse files
authored
Merge pull request rust-lang#424 from knownasilya/patch-4
fix: typo
2 parents c89de58 + daadd12 commit a7ea689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0421-deprecate-application-controller-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default Controller.extend({
5757
fetch('/endpoint', {
5858
method: 'POST',
5959
body: JSON.stringify({
60-
route: router.currentRouteName
60+
route: this.router.currentRouteName
6161
})
6262
});
6363
}

0 commit comments

Comments
 (0)