From 697e7236b7c894f550fa98ef901c647690e30c4c Mon Sep 17 00:00:00 2001 From: Kurczok Date: Sun, 9 Jul 2017 23:21:30 +0200 Subject: [PATCH] Changed "simple things..." --- 1-js/01-getting-started/1-intro/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/1-intro/article.md b/1-js/01-getting-started/1-intro/article.md index 2c546c10..a6afa5ff 100644 --- a/1-js/01-getting-started/1-intro/article.md +++ b/1-js/01-getting-started/1-intro/article.md @@ -85,7 +85,7 @@ There are at least *three* great things about JavaScript: ```compare + Full integration with HTML/CSS. -+ Simple things can be done easily. ++ Simple things done simply. + Supported by all major browsers and enabled by default. ```