From 1d63867e075823231049729e8f33054f1a8a73eb Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 19 Dec 2016 21:53:25 -0800 Subject: [PATCH] Fix typo in cover art docs --- docs/schema.md | 2 +- src/types/cover-art.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/schema.md b/docs/schema.md index b9c8f3e..847a1ba 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -1904,7 +1904,7 @@ type ReleaseGroupConnection { # An object containing the cover art for a release group obtained # from the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For -# release groups, just the front cover of particular release will be selected. +# release groups, just the front cover of a particular release will be selected. type ReleaseGroupCoverArt { # The URL of an image depicting the album cover or “main # front” of a release in the release group, i.e. the front of the packaging of the diff --git a/src/types/cover-art.js b/src/types/cover-art.js index fae4f7a..0c84726 100644 --- a/src/types/cover-art.js +++ b/src/types/cover-art.js @@ -160,7 +160,7 @@ export const ReleaseGroupCoverArt = new GraphQLObjectType({ name: 'ReleaseGroupCoverArt', description: `An object containing the cover art for a release group obtained from the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For -release groups, just the front cover of particular release will be selected.`, +release groups, just the front cover of a particular release will be selected.`, fields: () => ({ front: { type: URLString,