From 3cec476cbc2f62d2ce4bd010657a7ec7455a7bc6 Mon Sep 17 00:00:00 2001 From: Pruthvi Patel Date: Mon, 18 Oct 2021 19:07:13 +0530 Subject: [PATCH] fix: add whitespace --- esbuild/esbuild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esbuild/esbuild.js b/esbuild/esbuild.js index c71fbc752c..faccb36698 100644 --- a/esbuild/esbuild.js +++ b/esbuild/esbuild.js @@ -46,7 +46,7 @@ let argv = yargs }) .option("live-reload", { type: "boolean", - description: `Automatically reload webpages when assets are rebuilt. + description: `Automatically reload web pages when assets are rebuilt. Can only be used with the --watch flag.` }) .option("production", {