diff --git a/content/docs/introducing-jsx.md b/content/docs/introducing-jsx.md index 3b9e52a95..c9db80288 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.