From a981dd2aab4e060ac01d2e1a3441364b0481727b Mon Sep 17 00:00:00 2001 From: Umberto Tarantino Date: Mon, 3 Jun 2019 17:05:50 +0200 Subject: [PATCH] docs(core): fix typo in style bindings comment (#30661) PR Close #30661 --- packages/core/src/render3/styling/class_and_style_bindings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/render3/styling/class_and_style_bindings.ts b/packages/core/src/render3/styling/class_and_style_bindings.ts index f90b1ca6f2..23881b4caa 100644 --- a/packages/core/src/render3/styling/class_and_style_bindings.ts +++ b/packages/core/src/render3/styling/class_and_style_bindings.ts @@ -1752,7 +1752,7 @@ export function getInitialStyleStringValue(context: StylingContext): string { } /** - * Returns the current cached mutli-value for a given directiveIndex within the provided context. + * Returns the current cached multi-value for a given directiveIndex within the provided context. */ function readCachedMapValue( context: StylingContext, entryIsClassBased: boolean, directiveIndex: number) {