Skip to content

Commit d116861

Browse files
committed
fix(CHANGELOG): typo
fixes angular#6075 Closes angular#6078
1 parent 9a70f1a commit d116861

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
@@ -154,7 +154,7 @@ Use imports from `angular2/compiler` instead.
154154
<my-cmp (myEvent)="action()">
155155
<my-cmp [(myProp)]="prop">
156156
<input #myInput>`,
157-
<template ngFor="#myItem" [ngForOf]=items #myIndex="index">
157+
<template ngFor "#myItem" [ngForOf]=items #myIndex="index">
158158
```
159159
160160
The full migration instruction can be found at [angular2/docs/migration/kebab-case.md](https://github.com/angular/angular/blob/master/modules/angular2/docs/migration/kebab-case.md).

0 commit comments

Comments
 (0)