From 0cf8fd168f54c348d3c481e52d6cba8d7b9043f4 Mon Sep 17 00:00:00 2001 From: Carl Manaster Date: Fri, 20 Sep 2019 08:32:43 -0700 Subject: [PATCH 1/2] it's -> its --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1cfd6fb..f320159 100644 --- a/readme.md +++ b/readme.md @@ -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 From 011cf9e30ea2a72f2e9c0562f95943d0c9cfdcab Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sat, 21 Sep 2019 11:49:03 +1000 Subject: [PATCH 2/2] Update the changelog. --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 0d79bba..5976bd2 100644 --- a/changelog.md +++ b/changelog.md @@ -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