This commit is contained in:
Aman Bangad 2017-06-02 11:11:24 -04:00 committed by GitHub
parent e4ad8d0810
commit 40d83c4bc6

View file

@ -294,7 +294,7 @@ class Article {
*/!*
}
let article = article.createTodays();
let article = Article.createTodays();
alert( articles.title ); // Todays digest
```