alexmingoia / purescript-pux

Build type-safe web apps with PureScript.
https://www.purescript-pux.org
Other
565 stars 76 forks source link

Typo in code in documentation #123

Closed FranklinChen closed 7 years ago

FranklinChen commented 7 years ago

In docs/events.md, it looks like r should be res:

     let todos = either (Left <<< show) (decodeJson r.response :: Either String Todos)

Maybe the code snippets in the documentation should be automatically extracted from sample compileable code rather than edited manually?