Skip to content

Commit

Permalink
Merge pull request #119 from kantuni/patch-43
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryan-haskell committed Jul 6, 2023
2 parents 925f6bd + e1e3e7e commit 2d3886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ init _ =
```

Effects let us talk about our side-effects at a higher level. They allow us to:
1. Prevent needing to pass `shared` to every `init` or `update` functions that sends an API request
1. Prevent the need to pass `shared` to every `init` or `update` functions that sends an API request
1. Prevent bugs and other surprises that come from forgetting to correctly wire up values like `headers` or `timeout`
1. Create end-to-end tests for our application, using [elm-program-test](https://elm-program-test.netlify.app/#guidebooks)

Expand Down

0 comments on commit 2d3886b

Please sign in to comment.