From ba75962fc2d358caa366f22b1dc9c5d5515169b1 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sat, 30 Nov 2024 00:45:17 -0500 Subject: [PATCH] Fix typo in ChoreEdit component description label --- src/views/ChoreEdit/ChoreEdit.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ChoreEdit/ChoreEdit.jsx b/src/views/ChoreEdit/ChoreEdit.jsx index 519df4c..a0c5fd4 100644 --- a/src/views/ChoreEdit/ChoreEdit.jsx +++ b/src/views/ChoreEdit/ChoreEdit.jsx @@ -364,7 +364,7 @@ const ChoreEdit = () => { */} - Descritpion : + Description : What is this chore about? setName(e.target.value)} /> {errors.name}