Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Typo - Building your first Aurelia app - Pg 56 #106

Closed PeterWebTrax closed 7 years ago

PeterWebTrax commented 7 years ago

app.js line 45 is: if (evt.keyCode === 13 && ths.composedTweet) {

should be if (evt.keyCode === 13 && this.composedTweet) {

Cheers Pete