dwyl / learn-elm-architecture-in-javascript

:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
https://todomvc-app.herokuapp.com
GNU General Public License v2.0
212 stars 19 forks source link

Typo in Section 5.1 - Mount Walkthrouh #33

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

https://github.com/dwyl/learn-elm-architecture-in-javascript#51-mount-function-walkthrough img_1676

Need to update explanation to reflect function arguments. ( no longer an object as first arg )

nelsonic commented 7 years ago

fixed in #34