Skip to content

Commit

Permalink
Merge pull request #636 from matzko/small-doc-fix
Browse files Browse the repository at this point in the history
Small documentation fix.
  • Loading branch information
dillonkearns authored Jan 29, 2024
2 parents 3f9ccbe + 882c5a4 commit b8d66d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphql/Http.elm
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ send resultToMessage ((Request request) as fullRequest) =
)


{-| Exactly like `Graphql.Http.request` except it allows you to use the `String`
{-| Exactly like `Graphql.Http.send` except it allows you to use the `String`
passed in as the tracker to [`track`](https://package.elm-lang.org/packages/elm/http/2.0.0/Http#track)
and [`cancel`](https://package.elm-lang.org/packages/elm/http/2.0.0/Http#cancel)
requests using the core Elm `Http` package (see
Expand Down

0 comments on commit b8d66d2

Please sign in to comment.