VeronicaWasson/MoviesSPA

Typo in object property name

Opened this issue · 0 comments

The first line of https://github.com/MikeWasson/MoviesSPA/blob/master/MovieSPA.Knockout/Scripts/app.service.js reads:
window.app = window.todoApp || {};

todoApp is probably a typo and it would be cleaner if it was changed to App or moviesApp.