summaryrefslogtreecommitdiff
path: root/docs/runtime.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime.md')
-rw-r--r--docs/runtime.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime.md b/docs/runtime.md
index 38ee18f00..735ff328e 100644
--- a/docs/runtime.md
+++ b/docs/runtime.md
@@ -26,7 +26,7 @@ file.
All APIs that are not web standard are contained in the global `Deno` namespace.
It has the APIs for reading from files, opening TCP sockets, and executing
-subprocesses, ect.
+subprocesses, etc.
The TypeScript definitions for the Deno namespaces can be found in the
[`lib.deno.ns.d.ts`](https://github.com/denoland/deno/blob/master/cli/js/lib.deno.ns.d.ts)