From 618ac1b3e126af0a60545d8224b1f752def710d3 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 28 Nov 2016 06:27:39 -0800 Subject: [PATCH] Update schema --- schema.json | 2 +- schema.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 6e6519c..ad1c2b9 100644 --- a/schema.json +++ b/schema.json @@ -4595,7 +4595,7 @@ { "kind": "OBJECT", "name": "Tag", - "description": "[Tags](https://musicbrainz.org/tags) are a way mark entities\nwith extra information – for example, the genres that apply to an artist,\nrelease, or recording.", + "description": "[Tags](https://musicbrainz.org/tags) are a way to mark entities\nwith extra information – for example, the genres that apply to an artist,\nrelease, or recording.", "fields": [ { "name": "name", diff --git a/schema.md b/schema.md index c7e3f4f..f30b4ce 100644 --- a/schema.md +++ b/schema.md @@ -1641,7 +1641,7 @@ type SeriesEdge { cursor: String! } -# [Tags](https://musicbrainz.org/tags) are a way mark entities +# [Tags](https://musicbrainz.org/tags) are a way to mark entities # with extra information – for example, the genres that apply to an artist, # release, or recording. type Tag {