summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheddi.nabbisen <nabbisen@scqr.net>2021-05-09 10:39:44 +0900
committerGitHub <noreply@github.com>2021-05-09 11:39:44 +1000
commitbeba52c17c59dda328b6cee66366d509ac6cc511 (patch)
treefaec8ec36be09bd4333b4fc785330bf208457733
parentaa4eb1c9eccf53e8636a81e6a5b283c0ce7734ef (diff)
docs: fix a tiny typo (#10535)
-rw-r--r--core/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md
index a3177b292..6f6594f9a 100644
--- a/core/README.md
+++ b/core/README.md
@@ -24,5 +24,5 @@ Documentation for this crate is thin at the moment. Please see
[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_json_ops.rs)
as a simple example of usage.
-TypeScript support and a lot of other functionality is not available at this
+TypeScript support and lots of other functionality are not available at this
layer. See the [CLI](https://github.com/denoland/deno/tree/main/cli) for that.