From 7669533086eff97eb14ab8bcf7a7bda2a3e43ead Mon Sep 17 00:00:00 2001 From: Karan Singh Bisht <69008866+KaranSinghBisht@users.noreply.github.com> Date: Thu, 8 Oct 2020 00:45:46 +0530 Subject: [PATCH] Update PublicAPI.md --- PublicAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PublicAPI.md b/PublicAPI.md index bdafb33ec7..b59cba2fe3 100644 --- a/PublicAPI.md +++ b/PublicAPI.md @@ -228,7 +228,7 @@ getProjectDataFromContent(packageJsonContent: string, projectDir?: string): IPro ``` ### getNsConfigDefaultContent -Returns the default content of "nsconfig.json" merged with the properties provided by the the `data` argument. +Returns the default content of "nsconfig.json" merged with the properties provided by the `data` argument. * Definition: ```TypeScript /**