From ccf667bf0d8e36d3df9a46bf649759b958755736 Mon Sep 17 00:00:00 2001 From: merlosy Date: Wed, 1 Mar 2017 11:48:06 +0100 Subject: [PATCH] docs: added dot before angular-cli.json (#3324) small evolution from angular CLI config file --- public/docs/ts/latest/cli-quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cli-quickstart.jade b/public/docs/ts/latest/cli-quickstart.jade index f1df0cb240..4b77e2bdef 100644 --- a/public/docs/ts/latest/cli-quickstart.jade +++ b/public/docs/ts/latest/cli-quickstart.jade @@ -302,7 +302,7 @@ table(width="100%") `Node.js` creates this folder and puts all third party modules listed in `package.json` inside of it. tr - td angular-cli.json + td .angular-cli.json td :marked Configuration for Angular CLI.