Skip to content

Commit d1eb792

Browse files
Victor Serpa do Carmomarcj
authored andcommitted
Fix a the word "providers" of @component (#74)
Fix a little mistake in the word "providers" of @component
1 parent 1a5b9fb commit d1eb792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This project is not maintained. Please consider taking it over. More information
2424
import {LocalStorageService} from "angular2-localstorage/LocalStorageEmitter";
2525
2626
@Component({
27-
provider: [LocalStorageService]
27+
providers: [LocalStorageService]
2828
})
2929
export class AppRoot{
3030
constructor(storageService: LocalStorageService){}

0 commit comments

Comments
 (0)