Skip to content

Commit 870950e

Browse files
authored
Fix current typos (#2289)
1 parent 00b1c29 commit 870950e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/publishing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ These are the steps to publish a regular release on npm and as a GitHub release:
3030

3131
1. Review the PR.
3232

33-
1. Close and reopen the relase PR, to allow the tests to run.
33+
1. Close and reopen the release PR, to allow the tests to run.
3434
1. Review and approve the changes.
3535
1. When you're ready to complete the remaining steps, merge the PR.
3636

features/font-variant-position.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spec: https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop
44
group: font-features
55
# TODO: https://github.com/web-platform-dx/web-features/issues/1971
66
# Status changed: https://github.com/web-platform-dx/web-features/pull/1958
7-
# 2024-10-15 — low → false — Chrome, Edge, and Safari do not implement font synthesis for missing superscript or subscript glpyhs.
7+
# 2024-10-15 — low → false — Chrome, Edge, and Safari do not implement font synthesis for missing superscript or subscript glyphs.
88
# References:
99
# - https://issues.chromium.org/issues/352218916
1010
# - https://bugs.webkit.org/show_bug.cgi?id=151471

features/hyphens.yml

+1-1
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

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

+5-5
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)