Skip to content

Commit cbd6387

Browse files
committed
Fix typo: fontend -> frontend
1 parent 3b6e6ef commit cbd6387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_drafts/react-example-todomvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ It seems that this explicit typing is required, or else the compiler complains.
120120

121121
### Comparison with Elm implementation
122122

123-
[Elm](http://elm-lang.org/) is a functional programming language dedicated to web fontend application designed by Evan Czaplicki. This example is based on the [Elm TodoMVC implementation](https://github.com/evancz/elm-todomvc). It follows the same structure used in [all Elm programs](https://github.com/evancz/elm-architecture-tutorial/): a model, an update function and a view. And, like Elm, it also uses the Functional Reactive Programming (FRP) style thanks to the React library and the reactive modules Tyxml_js.R and ReactiveData.
123+
[Elm](http://elm-lang.org/) is a functional programming language dedicated to web frontend application designed by Evan Czaplicki. This example is based on the [Elm TodoMVC implementation](https://github.com/evancz/elm-todomvc). It follows the same structure used in [all Elm programs](https://github.com/evancz/elm-architecture-tutorial/): a model, an update function and a view. And, like Elm, it also uses the Functional Reactive Programming (FRP) style thanks to the React library and the reactive modules Tyxml_js.R and ReactiveData.
124124

125125
One major difference is obviously the language. But Elm is nonetheless quite understandable for an OCaml software developer, and even more for any Haskell programmer.
126126

0 commit comments

Comments
 (0)