diff options
author | Tyr Chen <tyr.chen@gmail.com> | 2019-10-02 17:56:09 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-10-02 20:56:09 -0400 |
commit | 37bbd928e0c2f9de9350a099cd455d8f1d4cc367 (patch) | |
tree | 17ad811a275021c4a80382a52ccdc91b4892416b /deno_typescript | |
parent | 8727d1c4f6cb3de820343326ca08a87c978343ad (diff) |
fix typo in deno_typescript readme (#3048)
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/README.md b/deno_typescript/README.md index 63b6d5874..d51e88e72 100644 --- a/deno_typescript/README.md +++ b/deno_typescript/README.md @@ -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. |