Skip to content

Commit 0c2aa0d

Browse files
authored
docs: fix some typos in publishing doc (#2424)
1 parent 8c8e645 commit 0c2aa0d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/publishing.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These are the steps to publish a regular release on npm and as a GitHub release:
2929
When the workflow finishes, your review is requested on a new release pull request.
3030

3131
1. Review the PR.
32-
32+
3333
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.
@@ -56,7 +56,7 @@ These are the steps to publish a regular release on npm and as a GitHub release:
5656
5757
1. Remove the "[major version required][major-version]" and "[minor version required][minor-version]" labels from any pull requests that were included in the release.
5858
59-
1. (*Optional*) If this release contained schema changes, notify highly-visible donwstream consumers, such as Can I Use (@Fryd), MDN (@LeoMcA), or webstatus.dev (@jcscottiii).
59+
1. (_Optional_) If this release contained schema changes, notify highly-visible downstream consumers, such as Can I Use (@Fyrd), MDN (@LeoMcA), or webstatus.dev (@jcscottiii).
6060
6161
[major-version]: https://github.com/web-platform-dx/web-features/pulls?q=is%3Apr+is%3Amerged+label%3A%22major+version+required%22+sort%3Aupdated-desc
6262
[minor-version]: https://github.com/web-platform-dx/web-features/pulls?q=is%3Apr+is%3Amerged+label%3A%22minor+version+required%22+sort%3Aupdated-desc
@@ -74,11 +74,11 @@ You can install these prereleases using a command such as `npm install web-featu
7474
Publishing requires the `NPM_TOKEN` repository secret (set via _Settings_ → _Secrets and variables_ → _Actions_).
7575
If you're replacing this token, then use the following settings:
7676
77-
| Setting | Value |
78-
| -------------------------------- | ---------------------------------------------------------------------------------------------------------- |
79-
| Token type | _Granular Access Token_ |
80-
| Expiration | The first day of the next quarter (1 January, 1 April, 1 July, or 1 October) or the first weekday after it |
81-
| Packages and scopes permsissions | _Read and write_ |
82-
| Select packages | _Only select packages and scopes_ |
83-
| Select packages and scopes | `compute-baseline` and `web-features` |
84-
| Organizations | _No access_ |
77+
| Setting | Value |
78+
| ------------------------------- | ---------------------------------------------------------------------------------------------------------- |
79+
| Token type | _Granular Access Token_ |
80+
| Expiration | The first day of the next quarter (1 January, 1 April, 1 July, or 1 October) or the first weekday after it |
81+
| Packages and scopes permissions | _Read and write_ |
82+
| Select packages | _Only select packages and scopes_ |
83+
| Select packages and scopes | `compute-baseline` and `web-features` |
84+
| Organizations | _No access_ |

0 commit comments

Comments
 (0)