From 612f8901f909fc057a049a35a2541d65859c1cc7 Mon Sep 17 00:00:00 2001 From: Paul Strickland Date: Tue, 30 Oct 2018 14:37:22 +0000 Subject: [PATCH] Update article.md A few small changes to improve readability, although I'm not entirely sure I'm correct about line 19: > All of the IDEs except cross-platform. I've changed this to say "All of the IDEs are cross-platform." Let me know if that's incorrect. --- 1-js/01-getting-started/2-code-editors/article.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-js/01-getting-started/2-code-editors/article.md b/1-js/01-getting-started/2-code-editors/article.md index 233a0ba2..81a68c76 100644 --- a/1-js/01-getting-started/2-code-editors/article.md +++ b/1-js/01-getting-started/2-code-editors/article.md @@ -16,9 +16,9 @@ If you haven't considered selecting an IDE yet, look at the following variants: - [Visual Studio Code](https://code.visualstudio.com/) (free). - [Netbeans](http://netbeans.org/) (paid). -All of the IDEs except cross-platform. +All of the IDEs are cross-platform. -For Windows, there's also a "Visual Studio" editor, don't mess it with "Visual Studio Code". "Visual Studio" is a paid and actually very powerful Windows-only editor, well-suited for .NET platform. A free version of it is called ([Visual Studio Community](https://www.visualstudio.com/vs/community/)). +For Windows, there's also a "Visual Studio" editor, don't confuse it with "Visual Studio Code". "Visual Studio" is a paid and actually very powerful Windows-only editor, well-suited for .NET platform. A free version of it is called ([Visual Studio Community](https://www.visualstudio.com/vs/community/)). Many IDEs are paid, but have a trial period. Their cost is usually negligible compared to a qualified developer's salary, so just choose the best one for you. @@ -53,7 +53,7 @@ I'm using: ## Let's not argue -The editors in the lists above are those that either I or my friends who I consider good developers have been using for a long time and are happy with. +The editors in the lists above are those that either I or my friends whom I consider good developers have been using for a long time and are happy with. There are other great editors in our big world. Please choose the one you like the most.