spelling and minor grammar changes (#23642)

This commit is contained in:
olhadon
2018-11-26 04:34:35 -05:00
committed by Manish Giri
parent d534f00a65
commit 2055420974

View File

@ -12,9 +12,9 @@ advanced options.
### Choosing an editor
There are many, many editors availble to download or use
There are many, many editors available to download or use
online, both paid and free. They offer many of the same core-features, but
each have their own subtlties. Further research may help find the one that's
each have their own subtleties. Further research may help find the one that's
right for you. The following editors are all cross-platform and
free to use or evaluate.
@ -34,7 +34,7 @@ Sublime Text is a very popular editor that has been around <a href='https://www.
![Brackets Icon](https://logo.clearbit.com/brackets.io)
Brackets is a relatively new open-source editor by Adobe. It is very user friendly, especially for people who aren't used to command-line interfaces or JSON-style settings/prefereces. Extensions and themes are quick and easy to find and install through the Extension Manager.
Brackets is a relatively new open-source editor by Adobe. It is very user friendly, especially for people who aren't used to command-line interfaces or JSON-style settings/preferences. Extensions and themes are quick and easy to find and install through the Extension Manager.
<a href='http://brackets.io/' target='_blank' rel='nofollow'>brackets.io</a>
@ -45,7 +45,7 @@ Brackets is a relatively new open-source editor by Adobe. It is very user friend
![Atom Icon](https://logo.clearbit.com/atom.io)
Atom is an <a href='https://github.com/atom/atom' target='_blank' rel='nofollow'>open source</a> editor, developed by <a href='https://github.com/' target='_blank' rel='nofollow'>GitHub</a>. Like Sublime Text, Atom is quite popular. It is very configurable ("hackable", as they say) but advanced features may be overwhelming to new users. There is also plenty of <a href='http://readwrite.com/2014/05/20/github-atom-5-tips-getting-started-tutorial-corey-johnson/' target='_blank' rel='nofollow'>helpful</a> <a href='http://flight-manual.atom.io/' target='_blank' rel='nofollow'>documentation</a> <a href='http://stackoverflow.com/search?q=atom' target='_blank' rel='nofollow'>availble</a> online.
Atom is an <a href='https://github.com/atom/atom' target='_blank' rel='nofollow'>open source</a> editor, developed by <a href='https://github.com/' target='_blank' rel='nofollow'>GitHub</a>. Like Sublime Text, Atom is quite popular. It is very configurable ("hackable", as they say) but advanced features may be overwhelming to new users. There is also plenty of <a href='http://readwrite.com/2014/05/20/github-atom-5-tips-getting-started-tutorial-corey-johnson/' target='_blank' rel='nofollow'>helpful</a> <a href='http://flight-manual.atom.io/' target='_blank' rel='nofollow'>documentation</a> <a href='http://stackoverflow.com/search?q=atom' target='_blank' rel='nofollow'>available</a> online.
<a href='https://atom.io/' target='_blank' rel='nofollow'>atom.io</a>
@ -65,7 +65,7 @@ Visual Studio Code (a.k.a vsc or vscode) is a very popular, open source editor,
![Notepad++ Icon](https://upload.wikimedia.org/wikipedia/commons/0/0f/Notepad%2B%2B_Logo.png)
Notepad++ is a free, open source code editor, that runs in the Microsoft Windows Environment. It was developed in 2003, by Dan Ho. It is written in <a href='www.cplusplus.com' target='_blank' rel='nofollow'>C++</a> (the name comes from that). Notepad++ supports tabbed editing, wich allows working with multiple open files in a single window, and also can be use as a plain text editor.
Notepad++ is a free, open source code editor, that runs in the Microsoft Windows Environment. It was developed in 2003, by Dan Ho. It is written in <a href='www.cplusplus.com' target='_blank' rel='nofollow'>C++</a> (the name comes from that). Notepad++ supports tabbed editing, which allows working with multiple open files in a single window, and can be used as a plain text editor.
<a href='https://notepad-plus-plus.org' target='_blank' rel='nofollow'>notepad-plus-plus.org</a>