Skip to content

Commit e745fca

Browse files
committed
Fix typo
1 parent ff97d86 commit e745fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/tsbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ namespace ts {
14221422
return first(outputs);
14231423
}
14241424
}
1425-
return Debug.fail(`project ${project.options.configFilePath} expected to have atleast one output`);
1425+
return Debug.fail(`project ${project.options.configFilePath} expected to have at least one output`);
14261426
}
14271427

14281428
export function formatUpToDateStatus<T>(configFileName: string, status: UpToDateStatus, relName: (fileName: string) => string, formatMessage: (message: DiagnosticMessage, ...args: string[]) => T) {

0 commit comments

Comments
 (0)