diff --git a/docs/types.md b/docs/types.md index 3af7917..62e6cb7 100644 --- a/docs/types.md +++ b/docs/types.md @@ -4765,7 +4765,7 @@ ignoring pagination. 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. diff --git a/package.json b/package.json index a43a650..49afd00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphbrainz", - "version": "5.0.2", + "version": "5.0.3", "description": "An Express server and middleware for querying the MusicBrainz API using GraphQL.", "main": "lib/index.js", "bin": "lib/index.js", diff --git a/schema.json b/schema.json index ed3d9fe..43b3357 100644 --- a/schema.json +++ b/schema.json @@ -8121,7 +8121,7 @@ { "kind": "OBJECT", "name": "ReleaseGroupCoverArt", - "description": "An object containing the cover art for a release group obtained\nfrom the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For\nrelease groups, just the front cover of particular release will be selected.", + "description": "An object containing the cover art for a release group obtained\nfrom the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For\nrelease groups, just the front cover of a particular release will be selected.", "fields": [ { "name": "front",