docs(packaging): fix typo

PR Close #18915
This commit is contained in:
Trotyl Yu 2017-08-29 09:43:52 +08:00 committed by Matias Niemelä
parent 4426c0f14e
commit 171ae154c2
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ If the `cherry-pick` command fails than resolve conflicts and use `git cherry-pi
## Cherry-picking PRs into patch branch ## Cherry-picking PRs into patch branch
In addition to merging PRs into the master branch, many PRs need to be also merged into a patch branch. In addition to merging PRs into the master branch, many PRs need to be also merged into a patch branch.
Follow these steps to get path brach up to date. Follow these steps to get patch branch up to date.
1. Check out the most recent patch branch: `git checkout 4.3.x` 1. Check out the most recent patch branch: `git checkout 4.3.x`
2. Get a list of PRs merged into master: `git log master --oneline -n10` 2. Get a list of PRs merged into master: `git log master --oneline -n10`