Fix typo in ChoreEdit component description label

This commit is contained in:
Mo Tarbin 2024-11-30 00:45:17 -05:00
parent 3467722c89
commit ba75962fc2

View file

@ -364,7 +364,7 @@ const ChoreEdit = () => {
</Typography> */}
<Box>
<FormControl error={errors.name}>
<Typography level='h4'>Descritpion :</Typography>
<Typography level='h4'>Description :</Typography>
<Typography level='h5'>What is this chore about?</Typography>
<Input value={name} onChange={e => setName(e.target.value)} />
<FormHelperText error>{errors.name}</FormHelperText>