From 325e8010e92487af91fd17f194a8270af9e96bcb Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 26 Sep 2018 21:12:41 -0700 Subject: [PATCH] fixup! feat(ivy): adding support for ngNonBindable attribute --- packages/core/src/render3/instructions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/render3/instructions.ts b/packages/core/src/render3/instructions.ts index 9682a2dd5e..1a6891be82 100644 --- a/packages/core/src/render3/instructions.ts +++ b/packages/core/src/render3/instructions.ts @@ -100,7 +100,7 @@ export function getCurrentSanitizer(): Sanitizer|null { let elementDepthCount !: number; /** - * Stores wether directives should be matched to elements. + * Stores whether directives should be matched to elements. * * When template contains `ngNonBindable` than we need to prevent the runtime form matching * directives on children of that element.