rtfeldman / elm-in-action

Resources for the Elm In Action book.
166 stars 33 forks source link

Typo in 8.2.3 #50

Open kantuni opened 3 days ago

kantuni commented 3 days ago

That's because we specified ChangedUrl for our onUrlChanged handler when we set up our Browser.application.

should be

That's because we specified ChangedUrl for our onUrlChange handler when we set up our Browser.application.

Diff: onUrlChangedonUrlChange