Skip to content

Commit

Permalink
Merge pull request #982 from DavidJFelix/patch-1
Browse files Browse the repository at this point in the history
fix: explicitly exclude trailing comma from link
  • Loading branch information
vektah committed Jan 7, 2020
2 parents 4e95b36 + ac67050 commit 28c032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ menu: { main: { parent: "reference" } }
---

Graphql server has an already built-in Upload scalar to upload files using a multipart request. \
It implements the following spec https://github.com/jaydenseric/graphql-multipart-request-spec,
It implements the following spec [https://github.com/jaydenseric/graphql-multipart-request-spec](https://github.com/jaydenseric/graphql-multipart-request-spec),
that defines an interoperable multipart form field structure for GraphQL requests, used by
various file upload client implementations.

Expand Down

0 comments on commit 28c032d

Please sign in to comment.