Fix typo.

This commit is contained in:
Dillon Kearns 2022-01-26 08:38:24 -08:00
parent 8813122069
commit 305e09cdaa

View File

@ -172,7 +172,7 @@ request urlWithSecrets decoder =
unoptimizedRequest urlWithSecrets (ExpectJson decoder)
{-| Analgous to the `Expect` type in the `elm/http` package. This represents how you will process the data that comes
{-| Analogous to the `Expect` type in the `elm/http` package. This represents how you will process the data that comes
back in your DataSource.Http request.
You can derive `ExpectUnoptimizedJson` from `ExpectString`. Or you could build your own helper to process the String