fix(compiler-cli): Fix typo $implict (#33633)

Should be $implicit instead.

PR Close #33633
This commit is contained in:
Keen Yee Liau
2019-11-06 10:34:09 -08:00
committed by Andrew Scott
parent 39550746f8
commit 10583f951d
2 changed files with 5 additions and 5 deletions

View File

@ -163,7 +163,7 @@ export class Parser {
'Blank expressions are not allowed in interpolated strings', input,
`at column ${this._findInterpolationErrorColumn(parts, i, interpolationConfig)} in`,
location);
expressions.push('$implict');
expressions.push('$implicit');
offsets.push(offset);
}
}