From 643fa813c3f3eccb80c8688365e6135a51108d33 Mon Sep 17 00:00:00 2001 From: jasonranney <41494502+jasonranney@users.noreply.github.com> Date: Thu, 20 Dec 2018 17:42:23 -0800 Subject: [PATCH] Fixed capitalization and added description (#25585) Fixed "WebStorm" capitalization and added a description for the Brackets text editor. --- .../javascript/additional-javascript-resources/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/english/javascript/additional-javascript-resources/index.md b/guide/english/javascript/additional-javascript-resources/index.md index 31ffbe4816..8f18789131 100644 --- a/guide/english/javascript/additional-javascript-resources/index.md +++ b/guide/english/javascript/additional-javascript-resources/index.md @@ -68,8 +68,7 @@ title: JavaScript Tutorials and Other Resources Insiders has the most recent code pushes and may lead to the occasional broken build. New builds at least everyday with features, bug fixes, and other recently closed issues. Insiders installs next to the Stable build, allowing you to use either independently. - -* [Webstorm](https://www.jetbrains.com/webstorm) +* [WebStorm](https://www.jetbrains.com/webstorm) A full-feature IDE for Javascript, including code completion and support for live linting, version control, and testing. Made by JetBrains and modelled after their IntelliJ Java IDE.