From 3f3317339127dfb2a3eb717786dda4922bf3dc9f Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 28 Nov 2016 06:24:41 -0800 Subject: [PATCH] Fix Tag description --- src/types/tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/tag.js b/src/types/tag.js index f0853d2..b9f1117 100644 --- a/src/types/tag.js +++ b/src/types/tag.js @@ -8,7 +8,7 @@ import { connectionWithCount } from './helpers' const Tag = new GraphQLObjectType({ name: 'Tag', - description: `[Tags](https://musicbrainz.org/tags) are a way mark entities + description: `[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.`, fields: () => ({