Skip to content

Commit

Permalink
Fixed typo (fsprojects#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Happypig375 authored and jindraivanek committed Mar 30, 2022
1 parent f6604c1 commit 3a4ec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Formatting-Elmish-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ When the children argument is empty, it is placed right after the attributes.

```fsharp
let x =
div [ OnClick(fun _ -> prinftn "meh")
div [ OnClick(fun _ -> printfn "meh")
ClassName "container" ] []
```

0 comments on commit 3a4ec23

Please sign in to comment.