Skip to content

Commit

Permalink
Fix misspelling of automatically (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackMurry authored Jan 10, 2022
1 parent 4e65d77 commit b5a9a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function ExportDatasetModal(): JSX.Element {
message: 'Dataset export started',
description:
`Dataset export was started for ${instanceType}. ` +
'Download will start automaticly as soon as the dataset is ready.',
'Download will start automatically as soon as the dataset is ready.',
className: `cvat-notification-notice-export-${instanceType.split(' ')[0]}-start`,
});
},
Expand Down

0 comments on commit b5a9a0f

Please sign in to comment.