Skip to content

Commit

Permalink
fix(doc): Add missing comma in example (angular#8769)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele authored and mhevery committed May 26, 2016
1 parent bab6023 commit 00475f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/common/src/directives/ng_class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import {StringMapWrapper, isListLikeIterable} from '../../src/facade/collection'
* color: gray;
* border: medium solid gray;
* }
* `]
* `],
* directives: [NgClass]
* })
* class ToggleButton {
Expand Down

0 comments on commit 00475f2

Please sign in to comment.