Skip to content

Commit a6dff9d

Browse files
authored
Update site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx
1 parent 406d465 commit a6dff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const formValuesToAutoStartRequest = (
4646
!values.saturday &&
4747
!values.sunday
4848

49-
// Handle special cases, falling throw to comma-separation
49+
// Handle special cases, falling through to comma-separation
5050
if (isEveryDay) {
5151
return {
5252
schedule: makeCronString("1-7"),

0 commit comments

Comments
 (0)