Skip to content

Commit 2933531

Browse files
authored
docs(): fix typo in process doc (#23360)
1 parent bc2f1b8 commit 2933531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ See the [steps for releasing](#releasing) below for detailed information on how
150150

151151
### Version Branches
152152

153-
Once a release has shipped and the release branch has been merged into `stable` and `master` it should also be merged into its corrsponding version branch. These version branches allow us to ship updates for specific versions of the framework (i.e. Lets us ship a bug fix that only affects 4.2.x).
153+
Once a release has shipped and the release branch has been merged into `stable` and `master` it should also be merged into its corresponding version branch. These version branches allow us to ship updates for specific versions of the framework (i.e. Lets us ship a bug fix that only affects 4.2.x).
154154

155155
Patch releases should be merged into their corresponding version branches. For example, a `release-4.1.1` branch should be merged into the `4.1.x` version branch and a `release-5.0.1` branch should be merged into the `5.0.x` version branch.
156156

0 commit comments

Comments
 (0)