From 989e86c8de70b75dcb89abf119879b55a80eb008 Mon Sep 17 00:00:00 2001 From: ztplz Date: Wed, 27 Mar 2019 14:26:03 +0800 Subject: Fix some typos (#2005) --- website/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website') 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 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. -- cgit v1.2.3