Skip to content

Commit 5970b55

Browse files
committed
Fix syntax in of prop usage
1 parent 48953ce commit 5970b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-third-party-react-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To use the component in a [Fable-Elmish](https://fable-elmish.github.io/elmish/)
8989
let view (model : Model) (dispatch : Msg -> unit) =
9090
div
9191
[]
92-
[ progressLine [ percent model.currentProgress; strokeColor: "red" ] [] ]
92+
[ progressLine [ percent model.currentProgress; strokeColor "red" ] [] ]
9393
```
9494

9595
## Importing using a Pojo (plain old JS object) record

0 commit comments

Comments
 (0)