From 23da191b58643387783f38e999f5b05be87d3d93 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 22 Nov 2020 14:33:24 +0300 Subject: [PATCH] minor fixes --- 1-js/02-first-steps/01-hello-world/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/01-hello-world/article.md b/1-js/02-first-steps/01-hello-world/article.md index b3149f11..fa935f34 100644 --- a/1-js/02-first-steps/01-hello-world/article.md +++ b/1-js/02-first-steps/01-hello-world/article.md @@ -9,7 +9,7 @@ So first, let's see how we attach a script to a webpage. For server-side environ ## The "script" tag -JavaScript programs can be inserted into any part of an HTML document with the help of the `