Skip to content

Commit

Permalink
fix(docs): correct typo in file upload setting name (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
asonnleitner authored Nov 4, 2024
1 parent 5d16d0f commit befce3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/composables/useGraphqlUploadMutation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# useGraphqlUploadMutation

This composable is only available when setting `enabledFileUploads` to `true` in
This composable is only available when setting `enableFileUploads` to `true` in
the module's configuration. It allows to upload files inside a mutation. The
implementation follows the
[GraphQL multipart request specification](https://github.com/jaydenseric/graphql-multipart-request-spec),
Expand Down

0 comments on commit befce3b

Please sign in to comment.