From 83db2ca20daaaebcdab0359c62b4146d9601bc63 Mon Sep 17 00:00:00 2001
From: kpaxman <kpaxman@uwaterloo.ca>
Date: Wed, 4 Nov 2020 11:21:16 -0500
Subject: [PATCH] ISTWCMS-4103: remove extra space

---
 .../field.field.node.uw_ct_event.field_uw_meta_description.yml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/install/field.field.node.uw_ct_event.field_uw_meta_description.yml b/config/install/field.field.node.uw_ct_event.field_uw_meta_description.yml
index e4fa3fd..181bdc5 100644
--- a/config/install/field.field.node.uw_ct_event.field_uw_meta_description.yml
+++ b/config/install/field.field.node.uw_ct_event.field_uw_meta_description.yml
@@ -14,7 +14,7 @@ field_name: field_uw_meta_description
 entity_type: node
 bundle: uw_ct_event
 label: 'Description of content'
-description: 'A brief and concise description of the page''s content.  Recommended: no more than one or two sentences.'
+description: 'A brief and concise description of the page''s content. Recommended: no more than one or two sentences.'
 required: false
 translatable: true
 default_value: {  }
-- 
GitLab