Skip to content

Commit 53e6a8b

Browse files
committed
Fix current typos
1 parent 00b1c29 commit 53e6a8b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

features/draft/spec/dom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ compat_features:
377377
# - api.Node.getRootNode
378378
# - api.Node.isConnected
379379
# - api.ShadowRoot
380-
# - api.ShadowRoot.clonable
380+
# - api.ShadowRoot.cloneable
381381
# - api.ShadowRoot.host
382382
# - api.ShadowRoot.mode
383383
# - MutationObserver:

features/hyphens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Hyphenation
22
# The description should be revisited when support notes are added.
33
# https://github.com/web-platform-dx/web-features/issues/915
4-
description: The `hyphens` CSS property controls when long words are broken by line wrapping. Although called `hyphens`, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies signficantly.
4+
description: The `hyphens` CSS property controls when long words are broken by line wrapping. Although called `hyphens`, the property applies to word-splitting behavior across languages, such as customary spelling changes or the use of other characters. Support for non-English languages varies significantly.
55
spec: https://drafts.csswg.org/css-text-3/#hyphens-property
66
caniuse: css-hyphens
77
group: css

features/shadow-dom.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ compat_features:
118118
# firefox_android: "123"
119119
# safari: "17.4"
120120
# safari_ios: "17.4"
121-
- api.ShadowRoot.clonable
121+
- api.ShadowRoot.cloneable

gh-pages/src/name-and-logo-usage-guidelines.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,29 +97,29 @@ The Baseline Widely Available logo should be used when talking about Baseline as
9797

9898
The Baseline Newly Available logo should only be used to indicate a indicate a specific web platform feature has the `"baseline": "low"` value in the web-features package data.
9999

100-
### Baseline Limited Availablity logo
100+
### Baseline Limited Availability logo
101101

102102
<table class="logos">
103103
<tr>
104104
<td>
105-
<img src="/assets/img/baseline-limited-icon.svg" alt="Baseline limited availablity icon"><br>
105+
<img src="/assets/img/baseline-limited-icon.svg" alt="Baseline limited availability icon"><br>
106106
<a href="/assets/img/baseline-limited-icon.png" download>Download PNG</a> |
107107
<a href="/assets/img/baseline-limited-icon.svg" download>Download SVG</a>
108108
</td>
109109
<td>
110-
<img src="/assets/img/baseline-limited-icon-dark.svg" class="dark-bg" alt="Baseline limited availablity icon dark"><br>
110+
<img src="/assets/img/baseline-limited-icon-dark.svg" class="dark-bg" alt="Baseline limited availability icon dark"><br>
111111
<a href="/assets/img/baseline-limited-icon-dark.png" download>Download PNG</a> |
112112
<a href="/assets/img/baseline-limited-icon-dark.svg" download>Download SVG</a>
113113
</td>
114114
</tr>
115115
<tr>
116116
<td>
117-
<img src="/assets/img/baseline-limited-word.svg" alt="Baseline limited availablity wordmark"><br>
117+
<img src="/assets/img/baseline-limited-word.svg" alt="Baseline limited availability wordmark"><br>
118118
<a href="/assets/img/baseline-limited-word.png" download>Download PNG</a> |
119119
<a href="/assets/img/baseline-limited-word.svg" download>Download SVG</a>
120120
</td>
121121
<td>
122-
<img src="/assets/img/baseline-limited-word-dark.svg" class="dark-bg" alt="Baseline limited availablity wordmark dark"><br>
122+
<img src="/assets/img/baseline-limited-word-dark.svg" class="dark-bg" alt="Baseline limited availability wordmark dark"><br>
123123
<a href="/assets/img/baseline-limited-word-dark.png" download>Download PNG</a> |
124124
<a href="/assets/img/baseline-limited-word-dark.svg" download>Download SVG</a>
125125
</td>

0 commit comments

Comments
 (0)