Skip to content

Commit

Permalink
fix: explicitly exclude trailing comma from link
Browse files Browse the repository at this point in the history
- this looks dumb, but when the page is rendered, the link resolves with the comma, despite the comma being excluded in github rendering.
  • Loading branch information
DavidJFelix committed Jan 7, 2020
1 parent 4e95b36 commit ac67050
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 ac67050

Please sign in to comment.