From 5d35c5d4f1c1f475daa3c3461fb1936435538bbf Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 14 Oct 2016 20:21:30 +0100 Subject: [PATCH] chore: update typing file comments --- .../angular-cli/blueprints/ng2/files/__path__/typings.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/angular-cli/blueprints/ng2/files/__path__/typings.d.ts b/packages/angular-cli/blueprints/ng2/files/__path__/typings.d.ts index a73f58673ef0..ed687ab0da65 100644 --- a/packages/angular-cli/blueprints/ng2/files/__path__/typings.d.ts +++ b/packages/angular-cli/blueprints/ng2/files/__path__/typings.d.ts @@ -1,5 +1,4 @@ -// Typings reference file, see links for more information -// https://github.com/typings/typings +// Typings reference file, you can add your own global typings here // https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html declare var System: any;