docs: spelling errors (#15375)

This commit is contained in:
Aliaksei Kuncevič
2017-03-23 07:25:35 +11:00
committed by Igor Minar
parent 8b4edcc7ad
commit 941f194a83
3 changed files with 7 additions and 7 deletions

View File

@ -55,6 +55,6 @@ export const COMMON_DIRECTIVES: Provider[] = [
];
/**
* A colletion of deprecated directives that are no longer part of the core module.
* A collection of deprecated directives that are no longer part of the core module.
*/
export const COMMON_DEPRECATED_DIRECTIVES: Provider[] = [NgFor];