Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 0564180

Browse files
committed
Merge pull request #9533 from MarcelGerber/getting-started-literal-dash
Replace HTML entity with literal dash in Getting Started
2 parents 72001b0 + 590854c commit 0564180

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/root/Getting Started/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h3>Quick Edit for CSS and JavaScript</h3>
4747
<kbd>Cmd/Ctrl + E</kbd> shortcut to open a quick inline editor that displays all the related CSS.
4848
Make a tweak to your CSS, hit <kbd>ESC</kbd> and you're back to editing HTML, or just leave the
4949
CSS rules open and they'll become part of your HTML editor. If you hit <kbd>ESC</kbd> outside of
50-
a quick inline editor, they'll all collapse. Quick Edit will also find rules defined in LESS and
50+
a quick inline editor, they'll all collapse. Quick Edit will also find rules defined in LESS and
5151
SCSS files, including nested rules.
5252
</p>
5353

@@ -66,8 +66,8 @@ <h3>Quick Edit for CSS and JavaScript</h3>
6666
</a>
6767

6868
<p>
69-
You can use the same shortcut to edit other things as well &ndash; like functions in JavaScript,
70-
colors, and animation timing functions &ndash; and we're adding more and more all the time.
69+
You can use the same shortcut to edit other things as well - like functions in JavaScript,
70+
colors, and animation timing functions - and we're adding more and more all the time.
7171
</p>
7272
<p>
7373
For now inline editors cannot be nested, so you can only use Quick Edit while the cursor

0 commit comments

Comments
 (0)