From 071f5b0e1622465fb6fe5cf6c1cbd2aaef7c5ef4 Mon Sep 17 00:00:00 2001 From: Vinoth Kumar Date: Mon, 6 Jan 2020 11:08:47 +0530 Subject: [PATCH] Update introducing-jsx.md (#2660) * Update introducing-jsx.md * Fix formatting Co-authored-by: Sophie Alpert --- content/docs/introducing-jsx.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/docs/introducing-jsx.md b/content/docs/introducing-jsx.md index 3b9e52a9..c9db8028 100644 --- a/content/docs/introducing-jsx.md +++ b/content/docs/introducing-jsx.md @@ -181,5 +181,4 @@ We will explore rendering React elements to the DOM in the next section. >**Tip:** > - >We recommend using the ["Babel" language definition](https://babeljs.io/docs/editors) for your editor of choice so that both ES6 and JSX code is properly highlighted.