From 26b35096787f824a8f9920145ea80fa5cb4975fd Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Thu, 17 Sep 2020 18:57:44 +0300 Subject: [PATCH] docs: fix shell language name in migration guide --- docs/en/UI/Angular/Migration-Guide-v3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/UI/Angular/Migration-Guide-v3.md b/docs/en/UI/Angular/Migration-Guide-v3.md index 810d830ca3..aa8d5f6527 100644 --- a/docs/en/UI/Angular/Migration-Guide-v3.md +++ b/docs/en/UI/Angular/Migration-Guide-v3.md @@ -10,7 +10,7 @@ The new ABP Angular UI is based on Angular 10 and TypeScript 3.9, and we have dr Open a terminal at your root folder and run the following command: -```sh +```shell yarn ng update @angular/cli @angular/core --force ``` @@ -26,7 +26,7 @@ On the other hand, it would be better if you check which packages to update firs When Angular reports the packages above, your command would look like this: -```sh +```shell yarn ng update @angular/cli @angular/core ng-zorro-antd --force ```