From 37bbd928e0c2f9de9350a099cd455d8f1d4cc367 Mon Sep 17 00:00:00 2001 From: Tyr Chen Date: Wed, 2 Oct 2019 17:56:09 -0700 Subject: [PATCH] fix typo in deno_typescript readme (#3048) --- deno_typescript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deno_typescript/README.md b/deno_typescript/README.md index 63b6d58749..d51e88e722 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.