Skip to content

chore(site): clarify autostop description #10260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make fmt
  • Loading branch information
stirby committed Oct 13, 2023
commit e6f226c9e088255535f5e90526e7ce30d1bd744d
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ export const WorkspaceScheduleForm: FC<
description={
<>
<div css={{ marginBottom: 16 }}>
Set how many hours should elapse after you log off before the
workspace automatically shuts down.
Set how many hours should elapse after you log off before the
workspace automatically shuts down.
</div>
{!enableAutoStop && (
<Tooltip title="This option can be enabled in the template settings">
Expand Down