diff options
author | ztplz <mysticzt@gmail.com> | 2019-03-27 14:26:03 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-27 02:26:03 -0400 |
commit | 989e86c8de70b75dcb89abf119879b55a80eb008 (patch) | |
tree | e563eef61c7962f1b654be58e2417703eb88f23d | |
parent | 5c4189a3b8aa80e05088a4b01ecd5eccdd1540fb (diff) |
Fix some typos (#2005)
-rw-r--r-- | website/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/manual.md b/website/manual.md index 41a1b7026..a6675729f 100644 --- a/website/manual.md +++ b/website/manual.md @@ -64,7 +64,7 @@ Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed - [Aims to support top-level `await`.](https://github.com/denoland/deno/issues/471) -- Be able to serve HTTP efficently. +- Be able to serve HTTP efficiently. ([Currently it is relatively slow.](https://deno.land/benchmarks.html#req-per-sec)) - Provide useful tooling out of the box: Built-in command-line debugger @@ -793,7 +793,7 @@ Before submitting, please make sure the following is done: [`deno_third_party`](https://github.com/denoland/deno_third_party) contains most of the external code that Deno depends on, so that we know exactly what we are -executing at any given time. It is carefully mantained with a mixture of manual +executing at any given time. It is carefully maintained with a mixture of manual labor and private scripts. It's likely you will need help from @ry or @piscisaureus to make changes. |