Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk authored Oct 30, 2024
1 parent bd75e93 commit adc27c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class StartingStepWorkspaceConditions extends ProgressStep<Props,
this.timerId = window.setTimeout(() => {
this.setState({
subConditionTitle:
'Downloading IDE binaries... (it can take a few minutes depending on your internet connection)',
'Downloading IDE binaries... (it can take a few minutes depending on your connection)',
});
}, 20000);
}
Expand Down

0 comments on commit adc27c1

Please sign in to comment.