Skip to content

Commit b20d581

Browse files
committed
typo
1 parent 3275306 commit b20d581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scalaz-7.0/src/main/scala/japgolly/scalajs/react/ScalazReact.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object ScalazReact {
3636
*/
3737
def preventDefaultIO = IO(e.preventDefault())
3838
/**
39-
* Stops the bubbling of an event to parent elements, preventing any parent event handlers from being execUnsafeuted.
39+
* Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.
4040
*/
4141
def stopPropagationIO = IO(e.stopPropagation())
4242
}

scalaz-7.1/src/main/scala/japgolly/scalajs/react/ScalazReact.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object ScalazReact {
3535
*/
3636
def preventDefaultIO = IO(e.preventDefault())
3737
/**
38-
* Stops the bubbling of an event to parent elements, preventing any parent event handlers from being execUnsafeuted.
38+
* Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.
3939
*/
4040
def stopPropagationIO = IO(e.stopPropagation())
4141
}

0 commit comments

Comments
 (0)