diff --git a/modules/angular2/src/core/annotations/view.js b/modules/angular2/src/core/annotations/view.js index 3eb8e04319..2b98a28d57 100644 --- a/modules/angular2/src/core/annotations/view.js +++ b/modules/angular2/src/core/annotations/view.js @@ -36,14 +36,14 @@ export class View { /** * Specifies a template URL for an angular component. * - * NOTE: either `templateURL` or `template` should be used, but not both. + * NOTE: either `templateUrl` or `template` should be used, but not both. */ templateUrl:string; /** * Specifies an inline template for an angular component. * - * NOTE: either `templateURL` or `template` should be used, but not both. + * NOTE: either `templateUrl` or `template` should be used, but not both. */ template:string;