From f9aac432e98600fceed232fbb4a9207389a18837 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Tue, 22 Jun 2021 12:07:53 -0400 Subject: [PATCH] esbuild: fix grammar (#6157) --- pages/common/esbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/esbuild.md b/pages/common/esbuild.md index cef393dbe..d3b11e23f 100644 --- a/pages/common/esbuild.md +++ b/pages/common/esbuild.md @@ -27,7 +27,7 @@ `esbuild --bundle app.js --loader:{{.js=jsx}} {{path/to/file.js}}` -- Bundle and serve JavaScript application on an HTTP server: +- Bundle and serve a JavaScript application on an HTTP server: `esbuild --bundle --serve={{port}} --outfile={{index.js}} {{path/to/file.js}}`