Browse Source

Merge pull request #1 from 0xm0/spelling-fix

chore: fix spelling mistake
Ahmad Kholid 3 years ago
parent
commit
0e9596e1e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/newtab/workflow/edit/EditTrigger.vue

+ 1 - 1
src/components/newtab/workflow/edit/EditTrigger.vue

@@ -90,7 +90,7 @@ const emit = defineEmits(['update:data']);
 const triggers = [
   { id: 'manual', name: 'Manually' },
   { id: 'interval', name: 'Interval' },
-  { id: 'date', name: 'On spesific date' },
+  { id: 'date', name: 'On specific date' },
   { id: 'visit-web', name: 'When visit a website' },
 ];
 const maxDate = dayjs().add(30, 'day').format('YYYY-MM-DD');