Skip to content

Commit 78e74b0

Browse files
committed
docs: applying feedback
1 parent 3823204 commit 78e74b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/about/coc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Our Pledge
44

5-
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, religion, political party, or sexual identity and orientation. Note, however, that religion, political party, or other ideological affiliation provide no exemptions for the behavior we outline as unacceptable in this Code of Conduct.
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, political party, or sexual identity and orientation. Note, however, that religion, political party, or other ideological affiliation provide no exemptions for the behavior we outline as unacceptable in this Code of Conduct.
66

77
## Our Standards
88

src/api/application.md

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

0 commit comments

Comments
 (0)