diff --git a/markdown/dev/howtos/code/text-whitespace/en.md b/markdown/dev/howtos/code/text-whitespace/en.md index 316ca542fd8..c03ec315dfe 100644 --- a/markdown/dev/howtos/code/text-whitespace/en.md +++ b/markdown/dev/howtos/code/text-whitespace/en.md @@ -8,11 +8,11 @@ need to add a special type of text: whitespace. Whitespace in patterns can either be line breaks, or spaces. We'll show you have to handle both below: -## Adding linebreaks to text +## Adding line breaks to text -To add linebreaks to text, you merely have to include them in your text. +To add line breaks to text, you merely have to include them in your text. When doing so, keep in mind that single-quoted strings in JavaScript -will **not** pick up linebreaks. +will **not** pick up line breaks. ```design/src/part.mjs