Skip to content

Commit 4287d57

Browse files
authored
fix(@angular/cli): typo in error message
Fixes #15208
1 parent f7c7619 commit 4287d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/utilities/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function getWorkspace(
8585

8686
if (error) {
8787
throw new Error(
88-
`Workspace config file cannot le loaded: ${configPath}`
88+
`Workspace config file cannot be loaded: ${configPath}`
8989
+ `\n${error instanceof Error ? error.message : error}`,
9090
);
9191
}

0 commit comments

Comments
 (0)