diff options
author | tokiedokie <thetokiedokie@gmail.com> | 2020-08-18 01:17:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 12:17:57 -0400 |
commit | 68e1ba07d3d6716ff651fe6d379b46fb61253a1d (patch) | |
tree | ffc1c992fac9bb07939f7b7b6377e99e63823a5d /docs/runtime/compiler_apis.md | |
parent | 684eddcc6bf0c1446c9aba0cdf001c661c19ab24 (diff) |
typos (#7082)
Diffstat (limited to 'docs/runtime/compiler_apis.md')
-rw-r--r-- | docs/runtime/compiler_apis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/compiler_apis.md b/docs/runtime/compiler_apis.md index 8379d1b0d..d9a49a01c 100644 --- a/docs/runtime/compiler_apis.md +++ b/docs/runtime/compiler_apis.md @@ -202,7 +202,7 @@ errors logged as part of the compilation. #### Using the triple slash reference You do not have to specify the `lib` in the compiler options. Deno also supports -[the triple-slash reference to a lib](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-lib-). +[the triple-slash reference to a lib](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-lib-) which can be embedded in the contents of the file. For example, if you have a `main.ts` like: |