Skip to content

Commit cf909a9

Browse files
authored
Update angular-cli_utils.ts
1 parent a5be3a7 commit cf909a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/angular/src/server/angular-cli_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function getAngularCliParts(cliWebpackConfigOptions: any) {
6666
};
6767
} catch (e) {
6868
logger.warn(
69-
'Failed to load the Angular CLI config. Using the Storybook default config instead.'
69+
'Failed to load the Angular CLI config. Using Storybook\'s default config instead.'
7070
);
7171
logger.warn(e);
7272
return null;

0 commit comments

Comments
 (0)