Skip to content

Commit

Permalink
Docs: Fix syntax of custom prop (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust authored Dec 28, 2024
1 parent ee7df9b commit 587b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ Alternatively, you can define the keys locally in your project in the same manne

```scala
import com.raquo.laminar.codecs.*
val superValue: HtmlProp[String] = htmlProp("superValue", StringAsIsCodec) // imaginary prop
val superValue: HtmlProp[String, String] = htmlProp("superValue", StringAsIsCodec) // imaginary prop
val onTouchMove: EventProp[dom.TouchEvent] = eventProp("touchmove")

div(
Expand Down

0 comments on commit 587b87b

Please sign in to comment.