Skip to content

Commit

Permalink
fw-5107, fix typo in dict validator
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahfirstvoices committed Oct 26, 2023
1 parent 8700a27 commit 9a70e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function DictionaryCrudPresentation({
const activeStepNumber = Number(activeStep)

const validator = yup.object().shape({
acknowledgments: definitions.textArray({ charCount: 500 }),
acknowledgements: definitions.textArray({ charCount: 500 }),
alternateSpellings: definitions.textArray(),
categories: definitions.objectArray(),
notes: definitions.textArray({ charCount: 500 }),
Expand Down

0 comments on commit 9a70e0b

Please sign in to comment.