diff --git a/src/webapp/components/survey/hook/useSurveyForm.ts b/src/webapp/components/survey/hook/useSurveyForm.ts index 44538f4..bf8678d 100644 --- a/src/webapp/components/survey/hook/useSurveyForm.ts +++ b/src/webapp/components/survey/hook/useSurveyForm.ts @@ -195,7 +195,7 @@ export function useSurveyForm(formType: SURVEY_FORM_TYPES, eventId: string | und }, err => { setLoading(false); - setError(`Cannot find event Id correspoding to the stage: ${err.message}`); + setError(`Cannot find event Id corresponding to the stage: ${err.message}`); } ); }