diff options
author | Andrius Kripaitis <andrius.kripaitis@gmail.com> | 2020-05-16 00:01:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 17:01:21 -0400 |
commit | a9ebbca170fa0e0cf33df6ee7580f686acdf5bf2 (patch) | |
tree | 0a513650f5dfce84d9abe458b37de85461f89af6 | |
parent | 15466c9007df170493aafd3080b055f91fb54b05 (diff) |
Fix JavaScript spelling (#5467)
-rw-r--r-- | docs/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction.md b/docs/introduction.md index 091cc7d6c..0874db394 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -16,7 +16,7 @@ It's built on V8, Rust, and Tokio. - Has [a set of reviewed (audited) standard modules](https://github.com/denoland/deno/tree/master/std) that are guaranteed to work with Deno. -- Scripts can be bundled into a single javascript file. +- Scripts can be bundled into a single JavaScript file. ## Philosophy |