From 003585fb86808a33d48576a35731d5f40c16a6c7 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Tue, 13 Dec 2016 20:05:35 -0800 Subject: [PATCH] Fix beginArea description --- src/types/artist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/artist.js b/src/types/artist.js index bae5365..d2d1357 100644 --- a/src/types/artist.js +++ b/src/types/artist.js @@ -51,7 +51,7 @@ is often, but not always, its birth/formation country.` beginArea: { type: Area, description: `The area in which an artist began their career (or where -were born, if the artist is a person).`, +they were born, if the artist is a person).`, resolve: resolveWithFallback(['begin-area', 'begin_area']) }, endArea: {