Skip to content

Commit 322a743

Browse files
cortinicofortmarek
andauthored
Apply suggestions from code review
Co-authored-by: Marek Fořt <[email protected]>
1 parent c84ff67 commit 322a743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0007-rn-versions-lifecycle-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The React Native Core team is working to strike a balance between the speed of innovation with the amount of regular change to the platform. We understand that each release brings new value and has an adoption cost to the community.
99
This document describes how we intend to formally balance these concerns and provide clear and consistent support over time.
10-
React Native team will work on best-effort bases to release a new version of React Native every four months. And will focus on speeding up the release cycle and put considerable effort into ensuring a seamless upgrade path.
10+
React Native team will work on best-effort basis to release a new version of React Native every four months. And will focus on speeding up the release cycle and put considerable effort into ensuring a seamless upgrade path.
1111
This document describes the level of support we can provide and which set of versions is supported.
1212

1313
## Glossary
@@ -18,7 +18,7 @@ Below we are defining terms used in this document:
1818
* **latest version** - **** The latest stable version with the highest version number (e.g. 0.68.2).
1919
* The highest version number is defined following the [NPM server algorithm](https://github.com/npm/node-semver).
2020
* **next version** - The next version that hasn’t been fully released yet, and is currently in development/testing (e.g. 0.69.0-RC1).
21-
* **minor series** - A collection of version (either stable or not stable) sharing the same minor version (e.g. **0.68**.0-RC0, **0.68**.0, **0.68**.1 are all part of the **0.68** minor series).
21+
* **minor series** - A collection of versions (either stable or not stable) sharing the same minor version (e.g. **0.68**.0-RC0, **0.68**.0, **0.68**.1 are all part of the **0.68** minor series).
2222

2323
## Which versions are currently supported?
2424

0 commit comments

Comments
 (0)