diff --git a/modules/angular2/test/core/compiler/integration_spec.js b/modules/angular2/test/core/compiler/integration_spec.js index a31d6e0834..ed2b0cd380 100644 --- a/modules/angular2/test/core/compiler/integration_spec.js +++ b/modules/angular2/test/core/compiler/integration_spec.js @@ -102,7 +102,7 @@ export function main() { }); }); - it('should consume binding to propery names where attr name and property name do not match', (done) => { + it('should consume binding to property names where attr name and property name do not match', (done) => { tplResolver.setTemplate(MyComp, new Template({inline: '
'})); compiler.compile(MyComp).then((pv) => {