From 7a933aebdb59d1432b129789627b8a4ff161dfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levent=20Arman=20=C3=96zak?= Date: Mon, 21 Sep 2020 14:08:44 +0300 Subject: [PATCH] docs: use shell instead of sh as highlight language --- docs/en/UI/Angular/Quick-Start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Quick-Start.md b/docs/en/UI/Angular/Quick-Start.md index 437a136c8e..67c6f09aaa 100644 --- a/docs/en/UI/Angular/Quick-Start.md +++ b/docs/en/UI/Angular/Quick-Start.md @@ -179,7 +179,7 @@ Depending on project size, the compilation may take a few minutes. When it is fi Angular web applications run on the browser and require no server except for a [static web server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_web_server) to deliver files to the client. To see that it works, please make sure the backend application is up and then run the following command in your terminal: -```sh +```shell # please replace MyProjectName with your project name npx servor dist/MyProjectName index.html 8000 --browse