diff options
author | dev-nicolaos <contact@nicolaos.dev> | 2021-04-28 09:03:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 12:03:27 -0400 |
commit | 6a33d2073f1a99d0943a986418a376386fdc30b3 (patch) | |
tree | 99ddcfadf269332070c8e6aee58225797b11ad1d /docs/tools/compiler.md | |
parent | 48659c374d769b877905827362387da48cf57a9c (diff) |
docs: edit wording for consistency/grammar (#10375)
Diffstat (limited to 'docs/tools/compiler.md')
-rw-r--r-- | docs/tools/compiler.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tools/compiler.md b/docs/tools/compiler.md index 3c82894c4..5b3dfd5ec 100644 --- a/docs/tools/compiler.md +++ b/docs/tools/compiler.md @@ -30,7 +30,7 @@ can be partially embedded. ### Cross Compilation -You can use cross compilation by adding `--target` CLI argument, benefiting that -you can create binaries for other platforms in single CI machine. Deno supports -compiling to Windows x64, macOS x64, macOS ARM and Linux x64 currently. Use -`deno compile --help` to get the full list about compilation targets. +You can compile binaries for other platforms by adding the `--target` CLI flag. +Deno currently supports compiling to Windows x64, macOS x64, macOS ARM and Linux +x64. Use `deno compile --help` to list the full values for each compilation +target. |