Skip to content
Prev Previous commit
Next Next commit
re
  • Loading branch information
aslilac committed Mar 12, 2024
commit 27281e01b6623af6f8525e3da0243ecb6d1cebd0
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const CreateWorkspacePage: FC = () => {
(!autofillEnabled || userParametersQuery.isSuccess) &&
hasAllRequiredExternalAuth;

// `mode=auto` was set, but a prequisite has failed, and so auto-mode should be abandoned.
// `mode=auto` was set, but a prerequisite has failed, and so auto-mode should be abandoned.
if (
mode === "auto" &&
!isLoadingExternalAuth &&
Expand Down