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:
parent
42b99f7d1c
commit
f9aac432e9
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue