From 171ae154c2ca5da36d688f8684cb661e185902a8 Mon Sep 17 00:00:00 2001 From: Trotyl Yu Date: Tue, 29 Aug 2017 09:43:52 +0800 Subject: [PATCH] docs(packaging): fix typo PR Close #18915 --- docs/CARETAKER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CARETAKER.md b/docs/CARETAKER.md index fbd44dd9e4..fa8689cc9f 100644 --- a/docs/CARETAKER.md +++ b/docs/CARETAKER.md @@ -62,7 +62,7 @@ If the `cherry-pick` command fails than resolve conflicts and use `git cherry-pi ## 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. -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` 2. Get a list of PRs merged into master: `git log master --oneline -n10` @@ -89,4 +89,4 @@ To github.com:angular/angular.git 079d884b6..d1c4a94bb master -> master git push --tags -f git@github.com:angular/angular.git patch_sync:patch_sync Everything up-to-date -``` \ No newline at end of file +```