diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/runtime.md | 2 | ||||
-rw-r--r-- | docs/tools/debugger.md | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/docs/tools/debugger.md b/docs/tools/debugger.md index b5d22d226..c4136806c 100644 --- a/docs/tools/debugger.md +++ b/docs/tools/debugger.md @@ -119,7 +119,7 @@ Change `<entry_point>` to `server.ts` and run created configuration: ### Other -Any client that implementes Devtools protocol should be able to connect to Deno +Any client that implements Devtools protocol should be able to connect to Deno process. ### Limitations |