fix(docs): Standardize "line break" spelling
This commit is contained in:
parent
d0415b33a5
commit
486ebbced9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Whitespace in patterns can either be line breaks, or spaces. We'll
|
||||||
show you have to handle both below:
|
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
|
When doing so, keep in mind that single-quoted strings in JavaScript
|
||||||
will **not** pick up linebreaks.
|
will **not** pick up line breaks.
|
||||||
|
|
||||||
<Example caption="An example of whitespace in text">
|
<Example caption="An example of whitespace in text">
|
||||||
```design/src/part.mjs
|
```design/src/part.mjs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue