Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos #2005

Merged
merged 1 commit into from
Mar 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix some typos
  • Loading branch information
ztplz committed Mar 27, 2019
commit 56feb2d43a0f67dbc73534886cffb7ff15c0d9ce
4 changes: 2 additions & 2 deletions website/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Deno provides <a href="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/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