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) {