Skip to content

Commit 3823204

Browse files
committed
docs: additional rewording
1 parent 1c7dd75 commit 3823204

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/api/application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,9 @@ Adjusts template whitespace handling behavior.
440440
441441
Vue removes / condenses whitespace in templates to produce more efficient compiled output. The default strategy is "condense", with the following behavior:
442442
443-
1. Leading / ending whitespace inside an element are condensed into a single space.
444-
2. Whitespace between elements that contain newlines are removed.
445-
3. Consecutive whitespace in text nodes are condensed into a single space.
443+
1. Leading / ending whitespace inside an element is condensed into a single space.
444+
2. Whitespace between elements that contain newlines is removed.
445+
3. Consecutive whitespace in text nodes is condensed into a single space.
446446
447447
Setting this option to `'preserve'` will disable (2) and (3).
448448

src/api/sfc-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ p {{ msg }}
103103
</style>
104104
```
105105

106-
Note the integration with pre-processors may differ based on the toolchain. Check out the respective documentations for examples:
106+
Note that integration with various pre-processors may differ by toolchain. Check out the respective documentation for examples:
107107

108108
- [Vite](https://vitejs.dev](features.html#css-pre-processors)
109109
- [Vue CLI](https://cli.vuejs.org](css.html#pre-processors)

0 commit comments

Comments
 (0)