From 289b9b5b0811f1107a16d2f06da218fa4e9de6b9 Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Fri, 23 Apr 2021 15:20:27 +0200 Subject: [PATCH] Update bin/ui/messages/errors/noViewLayerPackage.js Co-authored-by: Dominic Nguyen --- bin/ui/messages/errors/noViewLayerPackage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. `);