Skip to content

Commit 7fa9299

Browse files
Update concepts/template-strings/introduction.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent da35f6a commit 7fa9299

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
@@ -38,7 +38,7 @@ lines`;
3838
lines
3939
*/
4040
```
41-
If you want to represent a newline inside a single-line string (not using backticks), you can use the newline escape sequence `\n`:
41+
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`:
4242

4343
```javascript
4444
"This is an example of using the newline escape sequence!\nWithout backticks"

0 commit comments

Comments
 (0)