summaryrefslogtreecommitdiff
path: root/docs/runtime/compiler_apis.md
diff options
context:
space:
mode:
authorMatt Dumler <mattd3v@pm.me>2020-05-18 14:53:25 -0500
committerGitHub <noreply@github.com>2020-05-18 15:53:25 -0400
commit88b24261ba467c20d4ef90224b07c19a71398f0f (patch)
tree0c5b47c766208877adc3a2afb16506c888d6e50b /docs/runtime/compiler_apis.md
parent76ee5c780848a922dfc0ab8ac48096ab2262cc4a (diff)
adjust docs (#5598)
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 32a5e36a2..ebb14f6b3 100644
--- a/docs/runtime/compiler_apis.md
+++ b/docs/runtime/compiler_apis.md
@@ -19,7 +19,7 @@ fully qualified module name, and the value is the text source of the module. If
not attempt to resolve them outside of Deno. If `sources` are not provided, Deno
will resolve modules as if the root module had been passed on the command line.
Deno will also cache any of these resources. All resolved resources are treated
-as dynamic imports and require read or net permissions depending if they're
+as dynamic imports and require read or net permissions depending on if they're
local or remote. The `options` argument is a set of options of type
`Deno.CompilerOptions`, which is a subset of the TypeScript compiler options
containing the ones supported by Deno.