From fca204d8335b407236e16e639099a7696f9563ee Mon Sep 17 00:00:00 2001 From: Hossam Magdy Date: Fri, 8 May 2020 23:21:44 +0200 Subject: fix typos (#5163) --- docs/getting_started/first_steps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting_started/first_steps.md') 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: -- cgit v1.2.3