Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/public/content/examples/03-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ This should look pretty similar to how our homepage handled the `Increment` and

### Listening for data from JS

We're going to add one final function to `Storage.elm` that will allow us to subscribe to events from the `load` port, that use's our `fromJson` function to safely parse the message we get back:
We're going to add one final function to `Storage.elm` that will allow us to subscribe to events from the `load` port, that uses our `fromJson` function to safely parse the message we get back:

```elm
onChange : (Storage -> msg) -> Sub msg
Expand Down