From 6a33d2073f1a99d0943a986418a376386fdc30b3 Mon Sep 17 00:00:00 2001 From: dev-nicolaos Date: Wed, 28 Apr 2021 09:03:27 -0700 Subject: docs: edit wording for consistency/grammar (#10375) --- docs/tools/compiler.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/tools/compiler.md') 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. -- cgit v1.2.3