1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

docs: fix a tiny typo (#10535)

This commit is contained in:
heddi.nabbisen 2021-05-09 10:39:44 +09:00 committed by GitHub
parent aa4eb1c9ec
commit beba52c17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.