diff options
Diffstat (limited to 'deno_typescript/lib.rs')
-rw-r--r-- | deno_typescript/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs index ae09c3405..590e29917 100644 --- a/deno_typescript/lib.rs +++ b/deno_typescript/lib.rs @@ -133,7 +133,7 @@ impl TSIsolate { /// /// This function writes compiled bundle to disk at provided path. /// -/// Source map file and type declaration file are emmited +/// Source map file and type declaration file are emitted /// alongside the bundle. /// /// To instantiate bundle use returned `module_name`. |