From 17967f4f0ddf362b4f287fa3a7e9e982916458e7 Mon Sep 17 00:00:00 2001 From: Arka Poddar Date: Wed, 3 May 2023 23:53:33 +0530 Subject: [PATCH] quotation mark removed - type fix --- .../How-to-Contribute-abp.io-as-a-frontend-developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md b/docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md index 9b3225a989..719caf844f 100644 --- a/docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md +++ b/docs/en/Contribution/How-to-Contribute-abp.io-as-a-frontend-developer.md @@ -55,4 +55,4 @@ Your backend should be running successfully There is a demo app. The path of the demo app is `npm\ng-packs\apps\dev-app`. The demo app is connected to the packages with local references. Open the terminal in `npm\ng-packs\apps\dev-app` and execute `yarn` or `npm i` in terminal. After the package installed run `npm start` or `yarn start`. -The repo uses Nx and packages connected with `local references`. The packages path is `”npm\ng-packs\packages` +The repo uses Nx and packages connected with `local references`. The packages path is `npm\ng-packs\packages`