Skip to content

Commit e8f930b

Browse files
authored
fix(RELEASES.md): grammar and typo error (#7993)
1 parent fe2c8df commit e8f930b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This document is meant to explain the release process of Biome, and hopefully answer some questions.
44

5-
The team doesn't provide ETAs (Estimated Time of Arrival). The team believes that enforcing deadlines to a group of volunteers is counterproductive, and can have negative effects on people.
5+
The team doesn't provide ETAs (Estimated Time of Arrival). The team believes that enforcing deadlines for a group of volunteers is counterproductive, and can have negative effects on people.
66

77
## `npm` packages
88

99
### Prerelease
1010

11-
We publish pre-releases of the main `@biomejs/biome` package twice a week. These releases are built from `main`, they are meant for testing and verify that bugs are fixed.
11+
We publish pre-releases of the main `@biomejs/biome` package twice a week. These releases are built from `main`, they are meant for testing and verifying that bugs are fixed.
1212

1313
These releases are published to `pkg.pr.new`, and an automated message is sent on [Discord](https://biomejs.dev/chat), in the `#release` channel.
1414

@@ -17,15 +17,15 @@ These releases are published to `pkg.pr.new`, and an automated message is sent o
1717
1818
### Beta release
1919

20-
Beta releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the rights to publish these releases.
20+
Beta releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the right to publish these releases.
2121

2222
These releases can be released on request, usually right before a stable release.
2323

2424
Beta releases are published on GitHub, and `npmjs.org` under the `beta` tag.
2525

2626
### Stable release
2727

28-
Beta releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the rights to publish these releases.
28+
Stable releases are published manually by the [Core Contributors team](/GOVERNANCE.md#core-contributor), only this team has the right to publish these releases.
2929

3030
Stable releases are published on GitHub, and `npmjs.org` under the `latest` tag.
3131

@@ -37,4 +37,4 @@ You can reach us out on [discord](https://biomejs.dev/chat) if you require a ver
3737

3838
As for now, no changelogs or tags are published when new crates are released.
3939

40-
All Biome crates are published under a one single version.
40+
All Biome crates are published under a single version.

0 commit comments

Comments
 (0)