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

Commit

Permalink
Merge pull request #119 from gasi/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo: underling --> underlying
  • Loading branch information
garyb authored Aug 27, 2017
2 parents 432c068 + 9ba2f47 commit 095b3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DOM/Event/EventTarget.purs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import DOM (DOM)
import DOM.Event.Types (EventTarget, Event, EventType)

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

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

0 comments on commit 095b3a0

Please sign in to comment.