Skip to content

Commit

Permalink
Fix current typos (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 20, 2024
1 parent 00b1c29 commit 870950e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These are the steps to publish a regular release on npm and as a GitHub release:

1. Review the PR.

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

Expand Down
2 changes: 1 addition & 1 deletion features/font-variant-position.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spec: https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop
group: font-features
# TODO: https://github.com/web-platform-dx/web-features/issues/1971
# Status changed: https://github.com/web-platform-dx/web-features/pull/1958
# 2024-10-15 — low → false — Chrome, Edge, and Safari do not implement font synthesis for missing superscript or subscript glpyhs.
# 2024-10-15 — low → false — Chrome, Edge, and Safari do not implement font synthesis for missing superscript or subscript glyphs.
# References:
# - https://issues.chromium.org/issues/352218916
# - https://bugs.webkit.org/show_bug.cgi?id=151471
Expand Down
2 changes: 1 addition & 1 deletion features/hyphens.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Hyphenation
# The description should be revisited when support notes are added.
# https://github.com/web-platform-dx/web-features/issues/915
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.
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.
spec: https://drafts.csswg.org/css-text-3/#hyphens-property
caniuse: css-hyphens
group: css
Expand Down
10 changes: 5 additions & 5 deletions gh-pages/src/name-and-logo-usage-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,29 +97,29 @@ The Baseline Widely Available logo should be used when talking about Baseline as

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.

### Baseline Limited Availablity logo
### Baseline Limited Availability logo

<table class="logos">
<tr>
<td>
<img src="/assets/img/baseline-limited-icon.svg" alt="Baseline limited availablity icon"><br>
<img src="/assets/img/baseline-limited-icon.svg" alt="Baseline limited availability icon"><br>
<a href="/assets/img/baseline-limited-icon.png" download>Download PNG</a> |
<a href="/assets/img/baseline-limited-icon.svg" download>Download SVG</a>
</td>
<td>
<img src="/assets/img/baseline-limited-icon-dark.svg" class="dark-bg" alt="Baseline limited availablity icon dark"><br>
<img src="/assets/img/baseline-limited-icon-dark.svg" class="dark-bg" alt="Baseline limited availability icon dark"><br>
<a href="/assets/img/baseline-limited-icon-dark.png" download>Download PNG</a> |
<a href="/assets/img/baseline-limited-icon-dark.svg" download>Download SVG</a>
</td>
</tr>
<tr>
<td>
<img src="/assets/img/baseline-limited-word.svg" alt="Baseline limited availablity wordmark"><br>
<img src="/assets/img/baseline-limited-word.svg" alt="Baseline limited availability wordmark"><br>
<a href="/assets/img/baseline-limited-word.png" download>Download PNG</a> |
<a href="/assets/img/baseline-limited-word.svg" download>Download SVG</a>
</td>
<td>
<img src="/assets/img/baseline-limited-word-dark.svg" class="dark-bg" alt="Baseline limited availablity wordmark dark"><br>
<img src="/assets/img/baseline-limited-word-dark.svg" class="dark-bg" alt="Baseline limited availability wordmark dark"><br>
<a href="/assets/img/baseline-limited-word-dark.png" download>Download PNG</a> |
<a href="/assets/img/baseline-limited-word-dark.svg" download>Download SVG</a>
</td>
Expand Down

0 comments on commit 870950e

Please sign in to comment.