Skip to content

Commit 178b6e8

Browse files
JanStureNielsenhansl
authored andcommitted
docs(CHANGELOG): Add missing comma to to imports (#1197)
Add missing comma to to imports.
1 parent 17468e3 commit 178b6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ more information.
2121
```ts
2222
@NgModule({
2323
imports: [
24-
MdCoreModule.forRoot()
24+
MdCoreModule.forRoot(),
2525
MdRadioModule.forRoot(),
2626
MdIconModule.forRoot()
2727
]

0 commit comments

Comments
 (0)