esbuild: fix grammar (#6157)

manned-org^2
bl-ue 2021-06-22 12:07:53 -04:00 committed by GitHub
parent 42b99f7d1c
commit f9aac432e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}`