diff options
author | Allen Hai <allenhai03@gmail.com> | 2018-12-12 16:40:48 -0600 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-12 18:26:51 -0500 |
commit | b8202d2a029fdb29568510ce919978c80e49ca57 (patch) | |
tree | 998f2281390efbe017039eef8785750e4a3ad358 | |
parent | c2b91a3ef6305bb0597ec65e887bbab2d9f512a2 (diff) |
fix typo on website
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index fc69f257b..e06c952f9 100644 --- a/website/index.html +++ b/website/index.html @@ -11,7 +11,7 @@ <main> <h1>Deno</h1> - <p>Deno is program for executing JavaScript and TypeScript outside of the + <p>Deno is a program for executing JavaScript and TypeScript outside of the web browser. <p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a> |