Skip to content

Commit

Permalink
Merge pull request #161 from carlmanaster/patch-1
Browse files Browse the repository at this point in the history
Fixed a readme typo (“it's” -> “its”).
  • Loading branch information
jaydenseric authored Sep 21, 2019
2 parents 0288c61 + 011cf9e commit 7226e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Patch

- Documented [`koa-graphql`](https://npm.im/koa-graphql) as known to be compatible, via [#156](https://github.com/jaydenseric/graphql-upload/pull/156).
- Fixed a readme typo, via [#161](https://github.com/jaydenseric/graphql-upload/pull/161).

## 8.0.7

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-mult

### class GraphQLUpload

A GraphQL `Upload` scalar that can be used in a [`GraphQLSchema`](https://graphql.org/graphql-js/type/#graphqlschema). It’s value in resolvers is a promise that resolves [file upload details](#type-fileupload) for processing and storage.
A GraphQL `Upload` scalar that can be used in a [`GraphQLSchema`](https://graphql.org/graphql-js/type/#graphqlschema). Its value in resolvers is a promise that resolves [file upload details](#type-fileupload) for processing and storage.

#### Examples

Expand Down

0 comments on commit 7226e5c

Please sign in to comment.