Skip to content

Commit dfa4c31

Browse files
update logging
1 parent 1d5ddbf commit dfa4c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/storybook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function storybook(serve, options) {
4545
process.exit(constants.ERROR_CATCHALL);
4646
}
4747
console.log('[smartui] Stories found: ', Object.keys(stories).length);
48-
console.log('[smartui] Number of stories rendered may defer based on the config file.');
48+
console.log('[smartui] Number of stories rendered may differ based on the config file.');
4949

5050
// Capture DoM of every story and send it to renderer API
5151
await sendDoM(url, stories, storybookConfig, options);

commands/utils/static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function filterStories(dirPath, storybookConfig) {
7272
process.exit(constants.ERROR_CATCHALL);
7373
}
7474
console.log('[smartui] Stories found: ', storyIds.length);
75-
console.log('[smartui] Number of stories rendered may defer based on the config file.');
75+
console.log('[smartui] Number of stories rendered may differ based on the config file.');
7676

7777
return storyIds
7878
}

0 commit comments

Comments
 (0)