Skip to content

Commit

Permalink
Fix some typos (denoland#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztplz authored and ry committed Mar 27, 2019
1 parent 5c4189a commit 989e86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/manual.md
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 989e86c

Please sign in to comment.