Skip to content

Commit da48edc

Browse files
committed
fixing typo in comment
1 parent e2f5a5d commit da48edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/legacy/plugins/ml/public/jobs/new_job_new/pages/components/pick_fields_step/components/advanced_detector_modal

x-pack/legacy/plugins/ml/public/jobs/new_job_new/pages/components/pick_fields_step/components/advanced_detector_modal/advanced_detector_modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const AdvancedDetectorModal: FC<Props> = ({
171171
}, []);
172172

173173
useEffect(() => {
174-
// wipe the exclude frequent choice if the select has beed disabled
174+
// wipe the exclude frequent choice if the select has been disabled
175175
if (excludeFrequentEnabled === false) {
176176
setExcludeFrequentOption(emptyOption);
177177
}

0 commit comments

Comments
 (0)