diff options
author | Jordan Cannon <LiteracyFanatic@gmail.com> | 2020-07-26 09:41:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 10:41:24 -0400 |
commit | 3b7fdd6734c4f1dbc34b0971296464395dc173bf (patch) | |
tree | eeda79bd0447b01adb0e23d8094fcc186d59ccb7 /docs/getting_started | |
parent | 35a1421fb1b8407a13e33081ad2dbc05460e7452 (diff) |
Fix typo (#6872)
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/typescript.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/typescript.md b/docs/getting_started/typescript.md index 265911d51..7066ef0c7 100644 --- a/docs/getting_started/typescript.md +++ b/docs/getting_started/typescript.md @@ -36,8 +36,8 @@ example `tsconfig.json` with this option [in the standard library](https://github.com/denoland/deno/blob/master/std/tsconfig_test.json). Because there is no type information when using `--no-check`, `const enum` is -not supported because it is are type-directed. `--no-check` also does not -support the legacy `import =` and `export =` syntax. +not supported because it is type-directed. `--no-check` also does not support +the legacy `import =` and `export =` syntax. ### Using external type definitions |