mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
fix typo in deno_typescript readme (#3048)
This commit is contained in:
parent
8727d1c4f6
commit
37bbd928e0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
This crate provides utilies to compile typescript, bundle it up, and create a V8
|
||||
snapshot, all during build. This allows users to startup fast.
|
||||
This crate provides utilities to compile typescript, bundle it up, and create a
|
||||
V8 snapshot, all during build. This allows users to startup fast.
|
||||
|
||||
The cli_snapshots crate, neighboring this one uses deno_typescript at build
|
||||
time.
|
||||
|
|
Loading…
Reference in a new issue