diff options
Diffstat (limited to 'cli/tools/compile.rs')
-rw-r--r-- | cli/tools/compile.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/compile.rs b/cli/tools/compile.rs index f0534abc3..6cf2ccf77 100644 --- a/cli/tools/compile.rs +++ b/cli/tools/compile.rs @@ -47,7 +47,7 @@ pub async fn compile( log::warn!( concat!( "{} Sloppy imports are not supported in deno compile. ", - "The compiled executable may encouter runtime errors.", + "The compiled executable may encounter runtime errors.", ), crate::colors::yellow("Warning"), ); |