Skip to content

Commit 3d08068

Browse files
committed
tweak to wording re: syntax highlighting
1 parent f373852 commit 3d08068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/code_editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You might be wondering why we are installing this special code editor software,
3232

3333
The first is that code needs to be **plain text**, and the problem with programs like Word and Textedit is that they don't actually produce plain text, they produce rich text (with fonts and formatting), using custom formats like rtf.
3434

35-
The second reason is that code editors are specialised in editing code, so they can provide helpful features, like syntax highlighting, or automatically closing quotes for you.
35+
The second reason is that code editors are specialised in editing code, so they can provide helpful features, like highlighting code with colour according to its meaning, or automatically closing quotes for you.
3636

3737
We'll see all this in action later. Soon, you'll come to think of your trusty old code editor as one of your favourite tools :)
3838

0 commit comments

Comments
 (0)