docs(core): fix typo in interpolation property description (#40800)
PR Close #40800
This commit is contained in:
parent
68da05dc47
commit
ef8bf6745c
|
@ -533,7 +533,7 @@ export interface Component extends Directive {
|
||||||
encapsulation?: ViewEncapsulation;
|
encapsulation?: ViewEncapsulation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Overrides the default encapsulation start and end delimiters (`{{` and `}}`)
|
* Overrides the default interpolation start and end delimiters (`{{` and `}}`)
|
||||||
*/
|
*/
|
||||||
interpolation?: [string, string];
|
interpolation?: [string, string];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue