diff options
author | Anh Hong <hong4rc@gmail.com> | 2020-12-11 02:45:45 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 06:45:45 +1100 |
commit | b8bc24d167f2e19482d9dc6d367876c361abf4ea (patch) | |
tree | 5e46858514914eed698d1c941fe8593547e93ed4 /cli/dts | |
parent | fd9b0202c1bb0e83183fd0a53d8b1303612a5e31 (diff) |
chore: fixed various misspellings and other typos (#8691)
Diffstat (limited to 'cli/dts')
-rw-r--r-- | cli/dts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/README.md b/cli/dts/README.md index 006282a90..9d07188f7 100644 --- a/cli/dts/README.md +++ b/cli/dts/README.md @@ -4,7 +4,7 @@ The files in this directory are mostly from the TypeScript repository. We currently (unfortunately) have a rather manual process for upgrading TypeScript. It works like this currently: -1. Checkout typescript repo in a seperate directory. +1. Checkout typescript repo in a separate directory. 2. Copy typescript.js into Deno repo. 3. Copy d.ts files into dts directory. |