From d8f65aca94be9828efaa04d02b9fb5a4f964c596 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Tue, 3 Mar 2020 15:41:18 +0300 Subject: [PATCH] Update Getting-Started-Angular-Template.md --- docs/en/Getting-Started-Angular-Template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Getting-Started-Angular-Template.md b/docs/en/Getting-Started-Angular-Template.md index 76703d43a4..bdc5658e55 100644 --- a/docs/en/Getting-Started-Angular-Template.md +++ b/docs/en/Getting-Started-Angular-Template.md @@ -103,7 +103,7 @@ Most of the application APIs require authentication & authorization. If you want #### Run the Angular Application (Client Side) -Go to the `angular` folder, open a command line terminal, type the `yarn` command (we suggest to the [yarn](https://yarnpkg.com) package manager while npm install will also work in most cases): +Go to the `angular` folder, open a command line terminal, type the `yarn` command (we suggest the [yarn](https://yarnpkg.com) package manager while `npm install` will also work in most cases) ````bash yarn