mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(core): add missing dot at the end of the sentence (#40800)
PR Close #40800
This commit is contained in:
parent
006a523815
commit
cadee6d63f
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ export interface Component extends Directive {
|
|||
encapsulation?: ViewEncapsulation;
|
||||
|
||||
/**
|
||||
* Overrides the default interpolation start and end delimiters (`{{` and `}}`)
|
||||
* Overrides the default interpolation start and end delimiters (`{{` and `}}`).
|
||||
*/
|
||||
interpolation?: [string, string];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue