diff --git a/bin/ui/messages/errors/noViewLayerPackage.js b/bin/ui/messages/errors/noViewLayerPackage.js index 97632bfee..9821bcff4 100644 --- a/bin/ui/messages/errors/noViewLayerPackage.js +++ b/bin/ui/messages/errors/noViewLayerPackage.js @@ -7,5 +7,5 @@ export default (pkg) => dedent(chalk` ${error} {bold Storybook package not installed} Could not find {bold ${pkg}} in {bold node_modules}. - Most likely you forgot to run {bold npm install} or {bold yarn} before running Chromatic. + Most likely, you forgot to run {bold npm install} or {bold yarn} before running Chromatic. `);