mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Fix typo in cover art docs
This commit is contained in:
parent
2b69904ff8
commit
1d63867e07
2 changed files with 2 additions and 2 deletions
|
|
@ -1904,7 +1904,7 @@ type ReleaseGroupConnection {
|
||||||
|
|
||||||
# An object containing the cover art for a release group obtained
|
# An object containing the cover art for a release group obtained
|
||||||
# from the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For
|
# 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 {
|
type ReleaseGroupCoverArt {
|
||||||
# The URL of an image depicting the album cover or “main
|
# 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
|
# front” of a release in the release group, i.e. the front of the packaging of the
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,7 @@ export const ReleaseGroupCoverArt = new GraphQLObjectType({
|
||||||
name: 'ReleaseGroupCoverArt',
|
name: 'ReleaseGroupCoverArt',
|
||||||
description: `An object containing the cover art for a release group obtained
|
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
|
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: () => ({
|
fields: () => ({
|
||||||
front: {
|
front: {
|
||||||
type: URLString,
|
type: URLString,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue