1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

fix typo in deno_typescript readme (#3048)

This commit is contained in:
Tyr Chen 2019-10-02 17:56:09 -07:00 committed by Ryan Dahl
parent 8727d1c4f6
commit 37bbd928e0

View file

@ -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.