Skip to content

Commit bfa524d

Browse files
Fixed minor typo in error message (#13245)
Contributed by STMicroelectronics Signed-off-by: Torbjörn SVENSSON <[email protected]>
1 parent aeee293 commit bfa524d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/terminal/src/browser/terminal-frontend-contribution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ export class TerminalFrontendContribution implements FrontendApplicationContribu
990990
if (!terminalProfile) {
991991
profile = this.profileService.defaultProfile;
992992
if (!profile) {
993-
throw new Error('There are not profiles registered');
993+
throw new Error('There are no profiles registered');
994994
}
995995
}
996996

0 commit comments

Comments
 (0)