docs(core): add missing closing brace in directive input example (#31901)

PR Close #31901
This commit is contained in:
hafiz 2019-07-29 18:06:51 -07:00 committed by Alex Rickabaugh
parent d0d875a3fe
commit a610d12266
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export interface Directive {
* class BankAccount {
* bankName: string;
* id: string;
*
* }
* ```
*
*/