diff options
author | Hossam Magdy <hossam.magdy@outlook.com> | 2020-05-08 23:21:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:21:44 -0400 |
commit | fca204d8335b407236e16e639099a7696f9563ee (patch) | |
tree | 08b95352ffe51161e20a35ed09fe4941fa4be837 /docs/getting_started/first_steps.md | |
parent | febb6aa68f1f1f3c5cf7640658de0807d472bea9 (diff) |
fix typos (#5163)
Diffstat (limited to 'docs/getting_started/first_steps.md')
-rw-r--r-- | docs/getting_started/first_steps.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md index fb5b74a0b..74dbae1b4 100644 --- a/docs/getting_started/first_steps.md +++ b/docs/getting_started/first_steps.md @@ -5,14 +5,14 @@ fundamentals of Deno. This document assumes that you have some prior knowledge of JavaScript, especially about `async`/`await`. If you have no prior knowledge of JavaScript, -you might want to folow a guide +you might want to follow a guide [on the basics of JavaScript](https://developer.mozilla.org/en-US/docs/Learn/JavaScript) before attempting to start with Deno. ### Hello World Deno is a runtime for JavaScript and TypeScript and tries to be web compatible -and use modern features whereever possible. +and use modern features wherever possible. Because of this browser compatibility a simple `Hello World` program is actually no different to one you can run in the browser: |