Skip to content

Commit 0e746d7

Browse files
[CI] Format code
1 parent bd0ef48 commit 0e746d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/template-strings/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lines`;
4242
If you want to represent a newline inside a regular string instead of using a template string (ie. not using backticks), you can use the newline escape sequence `\n`:
4343

4444
```javascript
45-
"This is an example of using the newline escape sequence!\nWithout backticks"
45+
'This is an example of using the newline escape sequence!\nWithout backticks';
4646

4747
/* => This is an example of using the newline escape sequence!
4848
Without backticks

0 commit comments

Comments
 (0)