style: typo fix amendments (#22975)

PR Close #22975
This commit is contained in:
Veres Lajos
2018-03-27 00:03:37 +01:00
committed by Matias Niemelä
parent de90314304
commit 0ebdb3d12f
2 changed files with 2 additions and 2 deletions

View File

@ -670,7 +670,7 @@ export class _ParseAST {
}
/**
* An identifier, a keyword, a string with an optional `-` between.
* An identifier, a keyword, a string with an optional `-` in between.
*/
expectTemplateBindingKey(): string {
let result = '';