Skip to content

Commit a919a07

Browse files
committed
Update tutorials.socially.angular2.step_07.md
Removed trailing comma at end of tsconfig.json file for Atom-TypeScript plugin that caused errors.
1 parent ddad784 commit a919a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If you are using [Atom](atom.io) as your editor with the [Atom-TypeScript plugin
131131
"filesGlob": [
132132
"**/*.ts"
133133
],
134-
"files": [],
134+
"files": []
135135
}
136136
```
137137

0 commit comments

Comments
 (0)