docs(core): fix typo in style bindings comment (#30661)

PR Close #30661
This commit is contained in:
Umberto Tarantino 2019-06-03 17:05:50 +02:00 committed by Misko Hevery
parent b4e68025f8
commit a981dd2aab
1 changed files with 1 additions and 1 deletions

View File

@ -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( function readCachedMapValue(
context: StylingContext, entryIsClassBased: boolean, directiveIndex: number) { context: StylingContext, entryIsClassBased: boolean, directiveIndex: number) {