From a919a077e780126dfd239101fcce08391ca3e03c Mon Sep 17 00:00:00 2001 From: JeffPinkston Date: Wed, 17 Feb 2016 14:35:55 -0600 Subject: [PATCH] Update tutorials.socially.angular2.step_07.md Removed trailing comma at end of tsconfig.json file for Atom-TypeScript plugin that caused errors. --- .../socially/angular2/tutorials.socially.angular2.step_07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_07.md b/docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_07.md index a7c6efa99..442ec2297 100644 --- a/docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_07.md +++ b/docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_07.md @@ -131,7 +131,7 @@ If you are using [Atom](atom.io) as your editor with the [Atom-TypeScript plugin "filesGlob": [ "**/*.ts" ], - "files": [], + "files": [] } ```