docs(core): fix typo in style bindings comment (#30661)
PR Close #30661
This commit is contained in:
parent
b4e68025f8
commit
a981dd2aab
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue