docs(core): add missing dot at the end of the sentence (#40800)

PR Close #40800
This commit is contained in:
waterplea 2021-02-11 18:51:43 +03:00 committed by Joey Perrott
parent ef8bf6745c
commit 7ca244a38b
1 changed files with 1 additions and 1 deletions

View File

@ -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];