Skip to content

Commit a018ff6

Browse files
authored
Merge pull request #25 from bgates/patch-2
remove apostrophe, fix grammar
2 parents 39ef55d + a5df029 commit a018ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ 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 to navigate 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 version management system (like [git](https://git-scm.com/)), with testing environment and other "project-level" stuff.
1414

1515
If you haven't considered selecting an IDE, 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/))
1919
- Eclipse-based products, like [Aptana](http://www.aptana.com/) and Zend Studio.
20-
- [Komodo IDE](http://www.activestate.com/komodo-ide) and it's lightweight free version [Komodo Edit](http://www.activestate.com/komodo-edit).
20+
- [Komodo IDE](http://www.activestate.com/komodo-ide) and its lightweight free version [Komodo Edit](http://www.activestate.com/komodo-edit).
2121
- [Netbeans](http://netbeans.org/).
2222

2323
All of the IDEs listed above are available on both Windows and Mac, and the IDEs other than Visual Studio are also available on Linux.

0 commit comments

Comments
 (0)