From ac3ff7f2fe46f59638c0beaa513f8c6f0d17b5d5 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 --- 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 b645e5b0b8fe..7d7830e8ee87 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) => {