From 68e1ba07d3d6716ff651fe6d379b46fb61253a1d Mon Sep 17 00:00:00 2001 From: tokiedokie Date: Tue, 18 Aug 2020 01:17:57 +0900 Subject: typos (#7082) --- docs/runtime/compiler_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/runtime/compiler_apis.md') 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: -- cgit v1.2.3