@@ -70,16 +70,16 @@ <h3>Quick Edit for CSS and JavaScript</h3>
7070 <!--
7171 LIVE PREVIEW
7272 -->
73- < h3 > Preview CSS changes live in the browser</ h3 >
73+ < h3 > Preview HTML and CSS changes live in the browser</ h3 >
7474 < p >
7575 You know that "save/reload dance" we've been doing for years? The one where you make changes in
7676 your editor, hit save, switch to the browser and then refresh to finally see the result?
7777 With Brackets, you don't have to do that dance.
7878 </ p >
7979 < p >
80- Brackets will open a < em > live connection</ em > to your local browser and push CSS updates as you
80+ Brackets will open a < em > live connection</ em > to your local browser and push HTML and CSS updates as you
8181 type! You might already be doing something like this today with browser-based tools, but with Brackets
82- there is no need to copy and paste the final CSS back into the editor. Your code runs in the
82+ there is no need to copy and paste the final code back into the editor. Your code runs in the
8383 browser, but lives in your editor!
8484 </ p >
8585
@@ -104,9 +104,9 @@ <h3>Live Highlight HTML elements and CSS rules</h3>
104104 </ samp >
105105
106106 < p class ="note ">
107- Today, Brackets only supports Live Preview for CSS. However, in the current version, changes to HTML
108- and JavaScript files are automatically reloaded when you save. We are currently working on Live Preview
109- support for HTML and JavaScript. Live previews are also only possible with Google Chrome, but we hope
107+ Today, Brackets only supports Live Preview for HTML and CSS. However, in the current version, changes to
108+ JavaScript files are automatically reloaded when you save. We are currently working on Live Preview
109+ support for JavaScript. Live previews are also only possible with Google Chrome, but we hope
110110 to bring this functionality to all major browsers in the future.
111111 </ p >
112112
0 commit comments