Skip to content

Commit

Permalink
Fix minor message typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ely committed May 16, 2016
1 parent 854a7be commit 332ecc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/newsfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ module.exports = {};
// Because setItem() does not have a return value upon successful
// storage, this kludge does that for us.
if (localStorage.getItem("ba-news")) {
console.info("Latest news sucessfully cached");
console.info("Latest news successfully cached");
return true;
} else {
console.info("Latest news was not sucessfully cached");
console.info("Latest news was not successfully cached");
return false;
}
}
Expand Down

0 comments on commit 332ecc9

Please sign in to comment.