Fix typo in cover art docs

This commit is contained in:
Brian Beck 2016-12-19 21:53:25 -08:00
parent 2b69904ff8
commit 1d63867e07
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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,