mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs: edit wording for consistency/grammar (#10375)
This commit is contained in:
parent
48659c374d
commit
6a33d2073f
1 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ can be partially embedded.
|
||||||
|
|
||||||
### Cross Compilation
|
### Cross Compilation
|
||||||
|
|
||||||
You can use cross compilation by adding `--target` CLI argument, benefiting that
|
You can compile binaries for other platforms by adding the `--target` CLI flag.
|
||||||
you can create binaries for other platforms in single CI machine. Deno supports
|
Deno currently supports compiling to Windows x64, macOS x64, macOS ARM and Linux
|
||||||
compiling to Windows x64, macOS x64, macOS ARM and Linux x64 currently. Use
|
x64. Use `deno compile --help` to list the full values for each compilation
|
||||||
`deno compile --help` to get the full list about compilation targets.
|
target.
|
||||||
|
|
Loading…
Reference in a new issue