summaryrefslogtreecommitdiff
path: root/docs/runtime/compiler_apis.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime/compiler_apis.md')
-rw-r--r--docs/runtime/compiler_apis.md2
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: