From 54d16ff565fc37d96d26d819ec8c18e291a9d0fd Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Wed, 16 Aug 2023 14:14:07 -0400 Subject: [PATCH] fix description --- client/src/config/defaultRoles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/config/defaultRoles.js b/client/src/config/defaultRoles.js index 44ceda4..96f7bff 100644 --- a/client/src/config/defaultRoles.js +++ b/client/src/config/defaultRoles.js @@ -37,8 +37,8 @@ export const defaultRoles = [ { role: 'Doctor', team: 'good', - description: `Each night, choose a player to protect from the Werewolves. This can be yourself. If the Werewolves - target this person, they still survive to the following day.` + description: 'Each night, choose a player to protect from the Werewolves. This can be yourself. If the Werewolves ' + + 'target this person, they still survive to the following day.' }, { role: 'Parity Hunter',