From 452f5a180ca014d73e8bfcf9d8df9e08b330373e Mon Sep 17 00:00:00 2001
From: Aerohob <39308057+Aerohob@users.noreply.github.com>
Date: Sat, 17 Nov 2018 00:31:36 -0500
Subject: [PATCH] Added a description to Brackets (#24444)
A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support.
---
.../javascript/additional-javascript-resources/index.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/guide/english/javascript/additional-javascript-resources/index.md b/guide/english/javascript/additional-javascript-resources/index.md
index e0032510f0..1a13ef63cf 100644
--- a/guide/english/javascript/additional-javascript-resources/index.md
+++ b/guide/english/javascript/additional-javascript-resources/index.md
@@ -64,7 +64,11 @@ title: JavaScript Tutorials and Other Resources
A full-feature IDE for Javascript, including code completion, support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE.
-* [Atom](https://atom.io)
+ A full-feature IDE for Javascript, including code completion and support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE.
+* Brackets
+
+ A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support.
+* Atom
Open source text editor made by GitHub.