mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Fix typo.
This commit is contained in:
parent
8813122069
commit
305e09cdaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user