Skip to content

Commit

Permalink
fix(@angular/cli): typo in error message
Browse files Browse the repository at this point in the history
Fixes #15208
  • Loading branch information
vikerman committed Jul 30, 2019
1 parent f7c7619 commit 4287d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/utilities/config.ts
Expand Up @@ -85,7 +85,7 @@ export function getWorkspace(

if (error) {
throw new Error(
`Workspace config file cannot le loaded: ${configPath}`
`Workspace config file cannot be loaded: ${configPath}`
+ `\n${error instanceof Error ? error.message : error}`,
);
}
Expand Down

0 comments on commit 4287d57

Please sign in to comment.