From 2933531c44155f818b19cd3e8bc0378682b2b765 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 25 May 2021 23:04:13 +0900 Subject: [PATCH] docs(): fix typo in process doc (#23360) --- .github/PROCESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PROCESS.md b/.github/PROCESS.md index ce2efbc290..11b5234f73 100644 --- a/.github/PROCESS.md +++ b/.github/PROCESS.md @@ -150,7 +150,7 @@ See the [steps for releasing](#releasing) below for detailed information on how ### Version Branches -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). +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). 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.