1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:26:04 +02:00

esbuild: fix grammar (#6157)

This commit is contained in:
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

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