From f30e3e59b5809cfd8306dad0f831138c7fef29a9 Mon Sep 17 00:00:00 2001 From: Richard Harrington Date: Fri, 27 Feb 2015 17:26:07 -0500 Subject: [PATCH] fix(docs): fix typo in compiler integration_spec.js Closes #834 --- modules/angular2/test/core/compiler/integration_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {