diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index 028cd2a275..c088e3bb2d 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -19,17 +19,9 @@ h2#section-create-an-entry-point Create an entry point p Open your favorite editor and create a show-properties.html file with the content: - .code-box - pre.prettyprint.linenums.lang-html(data-name="es5") - code. - //ES5 - <display></display> - - pre.prettyprint.linenums.lang-html(data-name="typescript") - code. - //TypeScript - <display></display> - + pre.prettyprint.linenums.lang-html + code. + <display></display> p | The <display> component here acts as the site where you'll insert your application. | We'll assume a structure like this for the rest of the examples here and just focus on the parts that