Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 9ba2f47

Browse files
authored
Fix minor typo: underling --> underlying
1 parent 432c068 commit 9ba2f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DOM/Event/EventTarget.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import DOM (DOM)
77
import DOM.Event.Types (EventTarget, Event, EventType)
88

99
-- | A boxed function that can be used as an event listener. This is necessary
10-
-- | due to the underling implementation of Eff functions.
10+
-- | due to the underlying implementation of Eff functions.
1111
foreign import data EventListener :: # Effect -> Type
1212

1313
-- | Creates an EventListener from a normal PureScript Eff function.

0 commit comments

Comments
 (0)