elm-cheat-sheet icon indicating copy to clipboard operation
elm-cheat-sheet copied to clipboard

Typo in Hello World with Elm-UI

Open ggtr1138 opened this issue 3 years ago • 0 comments

The Hello World with Elm-UI snippet is incorrect.

This line :

el [] [text "Hello World!"]

should be :

el [] (text "Hello World!")

ggtr1138 avatar Dec 28 '21 12:12 ggtr1138