build: fix deprecation notice in scripts/github/merge-pr script (#37208)

The deprecation notice for the merge-pr script errantly referenced
'ng dev' rather than 'ng-dev', this PR corrects this.

PR Close #37208
This commit is contained in:
Joey Perrott 2020-05-19 15:18:23 -07:00 committed by Kara Erickson
parent 383f04b96d
commit 211d33ad59
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ favor of using ng-dev.
To merge a pr using the new tooling run:
$ yarn -s ng dev pr merge <pr-number>
$ yarn -s ng-dev pr merge <pr-number>
################################################"
# Sleep a short time to highlight deprecate notice.