Skip to content

Commit a3f5b13

Browse files
authored
fix: Grammar in versioning-policy.md (#6539)
Adds a missing word in the documentation describing canary versioning
1 parent eff3955 commit a3f5b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/community/versioning-policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This section will be most relevant to developers who work on frameworks, librari
8080
Each of React's release channels is designed for a distinct use case:
8181

8282
- [**Latest**](#latest-channel) is for stable, semver React releases. It's what you get when you install React from npm. This is the channel you're already using today. **User-facing applications that consume React directly use this channel.**
83-
- [**Canary**](#canary-channel) tracks the main branch of the React source code repository. Think of these as release candidates for the next semver release. **[Frameworks or other curated setups may choose to use this channel with a pinned version of React.](/blog/2023/05/03/react-canaries) You can also Canaries for integration testing between React and third party projects.**
83+
- [**Canary**](#canary-channel) tracks the main branch of the React source code repository. Think of these as release candidates for the next semver release. **[Frameworks or other curated setups may choose to use this channel with a pinned version of React.](/blog/2023/05/03/react-canaries) You can also use Canaries for integration testing between React and third party projects.**
8484
- [**Experimental**](#experimental-channel) includes experimental APIs and features that aren't available in the stable releases. These also track the main branch, but with additional feature flags turned on. Use this to try out upcoming features before they are released.
8585

8686
All releases are published to npm, but only Latest uses semantic versioning. Prereleases (those in the Canary and Experimental channels) have versions generated from a hash of their contents and the commit date, e.g. `18.3.0-canary-388686f29-20230503` for Canary and `0.0.0-experimental-388686f29-20230503` for Experimental.

0 commit comments

Comments
 (0)