Skip to content

Commit 27281e0

Browse files
committed
re
1 parent 917047e commit 27281e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const CreateWorkspacePage: FC = () => {
139139
(!autofillEnabled || userParametersQuery.isSuccess) &&
140140
hasAllRequiredExternalAuth;
141141

142-
// `mode=auto` was set, but a prequisite has failed, and so auto-mode should be abandoned.
142+
// `mode=auto` was set, but a prerequisite has failed, and so auto-mode should be abandoned.
143143
if (
144144
mode === "auto" &&
145145
!isLoadingExternalAuth &&

0 commit comments

Comments
 (0)