Skip to content

Commit 4f496be

Browse files
ertkjerndavideast
authored andcommitted
docs(storage): Fixed typo in storage.md - (on change) should be (change) (angular#1505)
Just solved a tiny typo in the storage.md file
1 parent 56c7f8f commit 4f496be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/storage/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import { AngularFireStorage } from 'angularfire2/storage';
6060
@Component({
6161
selector: 'app-root',
6262
template: `
63-
<input type="file" (onchange)="uploadFile($event)">
63+
<input type="file" (change)="uploadFile($event)">
6464
`
6565
})
6666
export class AppComponent {

0 commit comments

Comments
 (0)