Skip to content

Commit 7b9da49

Browse files
A few grammatical changes
1 parent edfb824 commit 7b9da49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

1-js/01-getting-started/2-code-editors/article.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ There are two archetypes: IDE and lightweight editors. Many people feel comforta
1010

1111
The term [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) means a powerful editor with many features that usually operates on a "whole project". As said, that's not just an editor, but a full-scale "development environment".
1212

13-
An IDE loads the project (can be many files), and then allows navigation between files, provides autocompletion based on the whole project, integrates with version management system (like [git](https://git-scm.com/)), with testing environment and other "project-level" stuff.
13+
An IDE loads the project (can be many files), and then allows navigation between files, provides autocompletion based on the whole project, integrates with a version management system (like [git](https://git-scm.com/)), a testing environment and other "project-level" stuff.
1414

15-
If you haven't considered selecting an IDE, look at the following variants:
15+
If you haven't considered selecting an IDE yet, look at the following variants:
1616

1717
- IntelliJ editors: [WebStorm](http://www.jetbrains.com/webstorm/) for frontend development and [PHPStorm (PHP)](http://www.jetbrains.com/phpstorm/), [IDEA (Java)](http://www.jetbrains.com/idea/), [RubyMine (Ruby)](http://www.jetbrains.com/ruby/) and other if you need additional languages.
1818
- Visual Studio is fine if you're a .NET developer, and a free version is available ([Visual Studio Community](https://www.visualstudio.com/vs/community/))
@@ -40,22 +40,22 @@ The following options deserve your attention:
4040
- [Atom](https://atom.io/) (cross-platform, free).
4141
- [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware).
4242
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free).
43-
- Vim, Emacs are cool, if you know how to use them.
43+
- Vim and Emacs are also cool, if you know how to use them.
4444

4545
## My favorites
4646

47-
The personal preference of the author is to have both an IDE for projects and a lightweight editor for quick and easy file editing.
47+
The personal preference as the author is to have both an IDE for projects and a lightweight editor for quick and easy file editing.
4848

4949
I'm using:
5050

51-
- [WebStorm](http://www.jetbrains.com/webstorm/) for JS, and if there is one more language in the project, then I switch to other Jetbrains editors like [PHPStorm](http://www.jetbrains.com/phpstorm/) (PHP), [IDEA](http://www.jetbrains.com/idea/) (Java), [RubyMine](http://www.jetbrains.com/ruby/) (Ruby). There are editors for other languages too, but I didn't use them.
51+
- [WebStorm](http://www.jetbrains.com/webstorm/) for JS, and if there is one more language in the project, then I switch to other Jetbrains editors like [PHPStorm](http://www.jetbrains.com/phpstorm/) (PHP), [IDEA](http://www.jetbrains.com/idea/) (Java), [RubyMine](http://www.jetbrains.com/ruby/) (Ruby). There are editors for other languages too, but I haven't used them.
5252
- As a lightweight editor -- [Sublime Text](http://www.sublimetext.com) or [Atom](https://atom.io/).
5353

5454
If you don't know what to choose -- you can consider these ones.
5555

5656
## Let's not argue
5757

58-
The editors in the lists above are those that me or my friends -- good developers are using for a long time and are happy with.
58+
The editors in the lists above are those that me or my friends -- good developers have been using for a long time and are happy with.
5959

6060
There are other great editors in our big world, please choose the one you like the most.
6161

0 commit comments

Comments
 (0)